http://www.sandygonzales.com/aggressor/index.php

Without using any JS im using CSS on the navigation so that when you 
:hover over it that little black arrow appears at the bottom.
The :hover seems to be working but not the other pseudo-classes in IE6. 
This works in FF and IE7 even without the display: none in the other 
pseudo-classes.

I am saying:
#nav ul li a img{
display: none;
position: absolute;
top: 29px;
left: 15px;
}

#nav a:link img{
display: none;
}
#nav a:visited img{
display: none;
}
#nav a:hover img{
display: block;
}
#nav a:active img{
display: none;
}


Any ideas or explanation before i use Javascript?

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to