Re: unordered list style
by "Keith D Sellars" <Keith(at)webgraffix.com>
|
| Date: |
Fri, 18 Apr 2003 16:30:49 -0400 |
| To: |
<hwg-basics(at)hwg.org>, "Charles A Upsdell" <cupsdell(at)upsdell.com> |
| Cc: |
"Dave Lohr" <dlohr(at)weddingchannel.com> |
| References: |
upsdell |
| |
todo: View
Thread,
Original
|
|
Chuck,
In response to your reply, which, if any of your examples, are W3C
compliant? My choice would be to go with whichever options are in
compliance with the published standards if that is an option.
Thanks,
Keith D Sellars
WebGraffix
www.webgraffix.com
"Making database sites seem easy"
----- Original Message -----
From: "Charles A Upsdell" <cupsdell(at)upsdell.com>
To: <hwg-basics(at)hwg.org>
Cc: "Dave Lohr" <dlohr(at)weddingchannel.com>
Sent: Friday, April 18, 2003 2:13 PM
Subject: Re: unordered list style
> Yes, but unfortunately the standards leave the details up to the browser
> maker, hence different CSS is needed for different browsers. To be
> specific, different CSS is needed for IE4, IE5/6, Opera, and the
> Gecko-based browsers.
>
> Here is what I use:
>
> For Opera 7:
> ul { list-style-position:outside; margin:0.7em 0px 0px 0px; }
> ul li { margin:0px 0px 0px 1.5em; padding:0px 0px 1.0ex 0px; }
> For older versions of Opera:
> ul { list-style-position:outside; margin:0.7em 0px 0px 0px; }
> ul li { margin:0px 0px 0px 0px; padding:0px 0px 1.0ex 0px; }
> For IE4:
> ul { list-style-position:outside; margin:0.7em 0px 0px 0px; }
> ul li { padding:0px 0px 0.5ex 2.5em; }
> For IE5 and IE6:
> ul { list-style-position:outside; margin:0.7em 0px 0px 0px; }
> ul li { margin:0px 0px 0px 2em; padding:0px 0px 1.0ex 0px; }
> For Gecko-based browsers:
> ul { list-style-position:outside; margin:0.7em 0px 0px 0px; }
> ul li { margin:0px; padding:0px 0px 1.0ex 0px; }
>
> [] HTH, Chuck Upsdell
>
> At 01:41 PM 04/18/03, you wrote:
> >Is there a way to specify the spacing between the the bullet and the text
> >using styles on Unordered Lists?
> >
> >Thanks
> >
> >Dave L
>
> -
> Chuck Upsdell
> Email: cupsdell(at)upsdell.com
> Website: http://www.upsdell.com/
>
>
>
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.