View Single Post
  #12 (permalink)  
Old Oct 10th, 2006, 15:49
moojoo's Avatar
moojoo moojoo is offline
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,020
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
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....
Reply With Quote