your background isn't showing up because it is following an incorrect format.
Code:
selector{
background: #color url('url') repeat attachment position;
}
so your backgroud would need to be declared like background: #3366cd url('/images/JCDBlackmenu.gif') repeat-x center;
//edit
that will change the color of the selected anchor, however like i said before anchor tags are the only psuedo selector that IE supports, so you would need to use some javascript to create the hover in IE. scroll up to find the link I gave you,,,, that site was designed and is maintained by one of the best in the industry. that is a very good tutorial on how to get around the bug
Bookmarks