Previous Message
Next Message

list bullets not showing in ie

Sent by Zoe M. Gillenwater on 17 November 2004 16:04


Michael R. Bernstein wrote:

>On a similar note, I am having problems with disapearing unordered list
>image bullets in IE:
>
>http://www.perpich.com/neuroed/modules/index.html
>
>The problem is with the unordered lists to the right of the page, which
>are covered by the following rules:
>
>#content ul {
>        padding: 0px;
>        margin: 0px;
>        margin-left: 40px;
>        list-style: url(./images/bullet.gif) outside circle;
>        font-size: 1.2em;
>        line-height: 1.5em;}
>
>#content ul.side {
>        font-size: 1em;
>        line-height: 1.5em;
>        float: right;
>        margin: 0em 0em 0.5em 20px;}
>
>Various things will cause the bullets to appear or disappear, such as
>reloading, shift-reloading, scrolling at different speeds, and using
>page-up/page-down. It's not entirely consistent from one computer to
>another, but they all exhibit the problem to some degree.
>
>Gecko-based browsers (Mozilla, Firefox, Epiphany) do not exhibit this
>problem.
>
>I tried (based on a past post to this list) adding 'position: relative'
>declarations, but it didn't have any effect.
>  
>

Did you try applying the Holly hack to the ul or li?
http://www.positioniseverything.net/articles/hollyhack.html

It sounds like peekaboo behavior, and the Holly hack is the standard fix 
for that bug.
http://www.positioniseverything.net/explorer/peekaboo.html

Zoe

-- 
Zoe M. Gillenwater
Design Specialist
Highway Safety Research Center
http://www.hsrc.unc.edu

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: