I'm currently working on designing a CSS menu for a jQuery-based website. The goal is to have a blue gradient displayed for all menu headings, which should change to gray when moused over. However, I've encountered an issue where only the heading for the current page shows up with the gradient in Internet Explorer and Safari, while the other headings appear white. Strangely, it works fine in Chrome.
Below is the CSS code I've used. Any tips or suggestions on how to resolve this problem would be greatly appreciated. Thank you for your time!
.navigation {
width:100%;
height:50px;
float:left;
margin-top:2px;
}
.ddsmoothmenu{
float:left;
}
/* Rest of the CSS code goes here */