Apologies in advance, this is probably something very silly...
I'm using the following CSS code:
[CODE]
#menu_1 ul li a {
list-style-type:none;
height: 32px;
height: 24px;
text-decoration: none;
}
[CODE]
to stylize this HTML:
All of the CSS seems to work, except for list-style-type (ie FF shows bullets for each point). Can anyone tell me why?Code:<div id="menu_1"><ul><li><a href="#">terms</a></li><li><a href="#">copyright</a></li></ul></div>
Thanks so much!


Reply With Quote

Bookmarks