View Single Post
Old 10-27-2007   #4 (permalink)
Neo824
Registered User
 
Join Date: Oct 2007
Posts: 43

Send a message via MSN to Neo824
Quote:
Originally Posted by Jolt View Post
add the link, visited, and active states to the CSS. Sometimes IE6 needs specific declarations based on other portions of CSS code.

Code:
a.navigation_home:link, a.navigation_home:visited {
display: block;
margin: 0px 0px 0px 100px;
height:30px;
width:64px;
background-image: url(navigation_home.gif);
background-repeat: no-repeat;
}

/* Home Button -- Hover */
a.navigation_home:hover a.navigation_home:active {
background-image: url(navigation_home_hover.gif);
}
That messed it up entirely. :P
Neo824 is offline