Forums

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

Home Forums CSS IE6 background-position issue Re: IE6 background-position issue

#56746
ags
Participant

thanks.

Sadly what I did was add conditional css for IE6, added a width to every li

Code:
/* FOR IE6 */
ul.white-btn-menu li.link1
{
_width:97px;
}

Thanks to all :)