Those of you a bit more experienced will have come across this a few times. You have a bulleted/unoreded list in IE within a floated conatiner(s). Then you notice that the bullet points either disappear fully or disappear on mouseover. I was in this delema yesterday but could not find a solution that worked from within all the usual online resources. So I set out to find a solution myself. I found that by providing a simple rule like...

#container-name li {
width: 100%; /* Fix disppearing bullets in IE */
...
...
}

worked for me! The bullets were images placed in the background of each <li>. Just thought I would supply this simple solution as something you may like to try if you ever have this problem as I could not see another online resource that (worked in the first place, or) solved this issue so easily.

Cheers

Nathan


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to