> Subject: [css-d] List formatting Question
>
>
> I have found my lists to be formatted with the desired line space
> between the bullets in Safari 2.0.4, but not in IE 7.0.5730.11. Can
> someone help me with code for all the browsers to display as it does
> in Safari? Any other comments as you view in browsers I don't have?
>
> http://www.bowesltc.com
>
> Thanks in advance, Martha

Couple of things here.
You are separating your list with a line break - bad.
You also haven't defined the list in the style sheet therefore no surprise
that the line space is not consistent.
You also have mark-up errors which are related to above:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.bowesltc.com%2F

Simplest way to define your li spacing would be to specify a line height

li{line-height:2}

Ian

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.4/702 - Release Date: 25/02/2007
15:16

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to