Forum Moderators: not2easy
Marshall
supposing your html has a surrounding element with an id "nav":
#nav:hover {
background-color: red;
}
To get IE6 on board: try the IE7.js script by Dean Edwards but the scrips do much more than just this so it's possible it'll have a much bigger impact.