Backgrounds not working in FF

liunx

Guest
<!-- m --><a class="postlink" href="http://www.matts-website.net/cj/">http://www.matts-website.net/cj/</a><!-- m -->

The menu looks like I want it to for now in IE. Firefox being a much different story.its invalid (<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.matts-website.net/cj/">http://validator.w3.org/check?verbose=1 ... te.net/cj/</a><!-- m -->), I'm not sure if that's the problem, but its a start... I'll look more into the css in a momentreferencing the images rather than the anchors fixed it. Here's the css:


#home img{
background-color:#7A9774;
}
#home:hover img{
background-color:#819C7B;
}
#resume img{
background-color:#805128;
}
#resume:hover img{
background-color:#865A33;
}
#articles img{
background-color:#853326;
}
#articles:hover img{
background-color:#8B3D32;
}
#contact img{
background-color:#7A97A5;
}
#contact:hover img{
background-color:#819DC2;
}

should work in IE tooThis is the problem of working nights. Brain fart coding. I was doing the CSS for the links and actually though, "I hope this works in IE." Oops. :p

Thanks.
 
Back
Top