Forum Moderators: open
ul{list-style:none;}
the above is not supported by NN4 however.
You can also use images, including transparent.gifs to achieve this effect:
list-style-image:url(assets/transparent.gif);
(edited by: papabaer at 3:23 pm (utc) on April 24, 2002)
actually was reading a link posted here which suggested that if you're using alot of <br> tags then list items would be better,
so thought i'd start to use them for navigation columns
- is that style recognised by older browsers, i'd be setting it as a class in an external css file?
Opera correctly adds a right-margin to lists, which squeezes the content and pushes the following elements further down the page. The style ol,ul (margin-right:0} will address this.
If anyone is interested , I will send a "StickyMail" of an url with eighteen <ul> variants. You can see examples of margins, backgrounds, line-height and list-styles. There are also examples of lists as navigation menus.
There are some discrepancies to note between browsers. I will be adding examples and explanations shortly.