Portman wrote:

>Hi,
>
>I am finishing up a website for someone and find that some of the 
>bullets are missing in IE. The page is here: 
>http://www.starqualitydesigns.com/1stchoice/services.htm. Can anyone 
>tell me why one bullet in the middle is missing in the first list and 
>the first bullets are missing in the second and third lists?
>
>TIA,
>Riva
>
Hi Riva,
In IE there are no missing bullets, but all squares are displayed on the 
bottom line of the list-item. If there is only 1 line, it doesn't 
strike! ;-)
How to solve?
Maybe it has to do with IE's error handling of the html: validating 
learns that you used <br clear="both">, which has to be: <br 
style="clear: both;">.

If it is not that, IE could have difficulties with the 
{list-style-position: outside;}, which you can omit with some playing 
margins and paddings.
Or is it the * html .... li { height: 1%;}?

Hope this helps,
Greetings,
francky

______________________________________________________________________
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