|
| |
|
|
Giomanach
Posts: 6086 Joined: 11/19/2003 From: England Status: offline
|
RE: Links only work in IE - 2/20/2004 10:46:05
BTW, it makes sense to have all the pages that ar made into one (via includes) in the same coding format, so either make them all HTML or XHTML, it shouldn't hamper anything, but it will improve performance as it were Dan
_____________________________
|
|
|
|
slbergh
Posts: 322 Joined: 11/8/2002 From: Iowa Status: offline
|
RE: Links only work in IE - 2/20/2004 11:14:59
Thanks, and don't be embarrassed, sissy, it's not your fault it didn't display right!! Hey, since I need to validate, anyone out there know how to make FrontPage quit overwriting the ampersand in my links? It keeps insisting on converting it from the html entity to & (kind of like this forum does).
< Message edited by slbergh -- 2/20/2004 10:17:28 >
_____________________________
Digital data lasts forever...or 5 years, whichever comes first!
|
|
|
|
Nancy
Posts: 3626 Joined: 11/9/1999 From: Nebraska Status: offline
|
RE: Links only work in IE - 2/20/2004 12:39:06
Part of the problem may be this: The links for your compliance are residing within a paragraph tag, while your CSS has been set up for those links directly in the div tag. As far as your html, the links think they reside in a plain paragraph tag, not within the div with ID of comply. Make sense? a snippet of your CSS from above: #comply a:link { font-size: 80%; color: #010742; this CSS is telling links to behave a certain way when they are within an ID of comply. The links are not being used in that context, as they are within a paragraph tag. You could probably do one of two things: remove them from the paragraph tag, or make a different CSS rule for them: #comply p a:link { font-size: 80%; color: #010742; You would need to do as above for all the different states of the links. The other part of the problem is to be sure your html validates. However, keep in mind, that even if you have valid HTML and valid CSS, things may not always work as you expect. In this particular case, I don't think having everything valid will make a difference. Your page is behaving as you've intended in the html and CSS - you just haven't given it the "right" instructions yet. How many times in our daily lives do we say something, and then have to back up a step and say -- well that's not what I meant. *S* Nancy
_____________________________
Easy Estimates -- is a simple to use tool to quickly build a Web site page enabling visitors to quickly and easily create an estimate of the cost of services that you provide.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|