PDA

View Full Version : [CSS] Remove Bullet Point



NeoDreamer
September 2nd, 2007, 01:35 AM
I made some rollover navigation buttons using an unordered list. For some reason, the bullet points still appear in FF, but not in IE. Is there a property of UL to forcedly make the bullet point invisible?

Jeff Wheeler
September 2nd, 2007, 01:59 AM
ul, li {
list-style-type: none;
}

Esoltas
September 2nd, 2007, 04:12 PM
ditto norkev. no offense meant, but you couldn't google this why?

Onitz
June 8th, 2010, 08:44 PM
I googled this and got to this page - thanks Jeff