Previous Message
Next Message

list bullets not showing in ie

Sent by Michael R. Bernstein on 17 November 2004 14:02


On Mon, 2004-11-15 at 08:08, Zoe M. Gillenwater wrote:
> 
> I see the bullets in IE (purple hearts, right?).  Did you fix this, or 
> are you still having the problem?

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.

Any assistance with solving this would be greatly appreciated.

-- 
Michael R. Bernstein [EMAIL-REMOVED]>

______________________________________________________________________
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: