Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Anyone really good at debugging IE 6 & 7? Re: Anyone really good at debugging IE 6 & 7?

#78097
virtual
Participant

For the dropdown menu add the following into your IE specific stylesheet

Code:
ul.menu ul {
top: 31px;
}

You can actually add it into your main stylesheet, it works in Firefox (Mac) and IE8.

IE specific stylesheet change to

Code:
ul.menu {
padding-left: 75px;
}

It would be easier to use the png fix that Jamy told you about rather than change to gifs. The quality is not the same and would be a pity to use them just because of IE6.