E-mail List Archives
Thread: Re: Formatting lists
Number of posts in this thread: 2 (In chronological order)
From: Emma Jane Hogbin
Date: Thu, Oct 24 2002 9:08AM
Subject: Re: Formatting lists
No previous message | Next message →
On Thu, Oct 24, 2002 at 09:28:32AM +0300, Jukka Korpela wrote:
> As a workaround, though, you might consider using <ul> markup with the
> numbers as explicit content, and a CSS rule that suggests suppression of
> bullets:
> <style type="text/css">
> ul li { list-style-type: none; }
> </style>
A note of warning: this yields ? for bullets in NS4 on macs. Not sure
about Windows.
emma
--
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]
----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/
From: Leo Smith
Date: Fri, Oct 25 2002 11:39AM
Subject: Supporting NS4 [WAS: Re: Formatting lists]
← Previous message | No next message
NS4 is finally starting to die out....
Wired.com just redesigned their new site with complete separation
of structural content from presentation...
In NS4, the user simply gets a linearized presentation of the
content...like it would perhaps be delivered to a PDA or cell phone...
This, I think, is the way to go now with regards to NS4 support
when using CSS - if Wired can be so bold (a major commercial
content oriented site), I think we all probably can..
Leo.
> > As a workaround, though, you might consider using <ul> markup with
> > the numbers as explicit content, and a CSS rule that suggests
> > suppression of bullets: <style type="text/css"> ul li {
> > list-style-type: none; } </style>
>
> A note of warning: this yields ? for bullets in NS4 on macs. Not sure
> about Windows.
>
> emma
>
>
Leo Smith
Web Designer/Developer
USM Office of Publications and Marketing
University of Southern Maine
207-780-4774
----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/