Tom Worthington wrote:
Actually, they haven't suppressed the bullets. It's just that the bullets
are off to the left, outside of the viewport ...
So is this good web design practice which we should use? Or is it a
work-around which will break?
It's good practice in that it uses a structurally sound bit of markup
and uses CSS according to specification to style it in a particular way,
so I don't see any problem with this. If you want to be certain that the
bullet is suppressed for sure, just stick a list-style-type: none; into
the stylesheet. This way, even if the list isn't hugging the left-hand
side, bullets won't appear.
http://www.w3.org/TR/CSS21/generate.html#lists
P
--
Patrick H. Lauke
__________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__________________________________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__________________________________________________________
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************