|
Re: CSS Image swap issue
Would help if we could see what you are doing but...
#foo { padding:0; margin:0;}
#foo ul { padding:0; margin:0;}
#foo li { list-style-type:none; }
#foo li a {}
#foo li a:hover {}
<ul id="foo">
<li>Links here</li>
</ul>
__________________
I hate IE 6. Just sayin.... 
|