[thelist] Free CSS tip

Craig Saila crsaila at yahoo.ca
Tue Jan 15 15:59:06 CST 2002


<tip type="CSS" name="csaila">
Liked the idea of a bulleted list, but want to get rid of the bullets 
for some reason? Maybe you need to change them to Roman numerals.

Both Netscape 4+ and IE 4+ support the "list-style-type" attribute of 
CSS, allowing you to get rid of the depreceated "type" attribute of OL 
and UL.

Valid examples:
<ul style="list-style-type: none">
<ol style="list-style-type: lower-roman">

More details: 
http://www.w3.org/TR/REC-CSS2/generate.html#propdef-list-style-type
</tip>

-- 
Cheers,

Craig Saila
------------------------------------------
craig at saila.com  :  http://www.saila.com/
------------------------------------------


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





More information about the thelist mailing list