OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
a:hover{ not working
This page's ID:
10994
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Works for me in IE6, but there's a few things I noticed that you might want to fix to see if it'll get it to work for you ... 1. Your STYLE tags should go inside your HEAD tags. 2. You might also add HEAD tags. (Inside the HTML tags, above the BODY.) Example: <HTML> <HEAD> <STYLE> blah </STYLE> </HEAD> <BODY> blah blah </BODY> </HTML> 3. You have "<font class=navbar>" around the nav bar. Use SPAN instead of FONT. Never use FONT. Of course, you already have that in a DIV, so I would just move what you have defined in class "navbar" to "NavBarHolder" and forget about the SPAN tag. 4. Currently, you have only "A" and "A:hover" defined. Instead, define all of the following: A:link A:visited A:hover A:active Be sure to define them in that order. Believe it or not, the order makes a difference. Of course, the above will define the colors for all your links. I'm not sure if you want to define just the nav bar, but those are the only links I see right now. If you want to assign the nav bar links different colors from other links, we can show you how to differentiate if you need. Good luck! [url=http://www.texastwisted.com] [img]http://www.bigwaste.com/asylum/sig_incoming_call.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »