Time for this lurker to beg for help...

The css positioning for the header elements on this site is working on Mac and Win for all browsers except IE under windows.

    ref: http://www.elmbrooklifebuilders.org/

One element is a horizontal img placed just like all the other img stuff:

    <!-- main/secondary divider bar -->
<div id="e20"> <img src="main/images/e20.jpg" width="406" height="8" alt=""> </div>

Relative css:

div#e20 {
    position:absolute;
    left:370px;
    top:126px;
    width:406px;
    height:8px;
}

Under Win IE 6 it draws the element below its specified position (somewhere around 134?) and it is then overdrawn by the button art positioned below it at 134.

So what did I screw up? It used to work before the client had me change the header elements above it (e10-e13, all top 94, height 32).

-- Marc
http://www.maccetera.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to