Forum Moderators: open

Message Too Old, No Replies

Layers on macs

not cooperating

         

fashezee

6:45 pm on May 24, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a layer defined by a DIV tag which displays over a table. When being view on IE 5.0 on a mac, it does not allow the layer to be displayed over the table. It pushes the tables downwards.
Whats the deal?

mivox

6:48 pm on May 24, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How do you have the <div>'s positioning declared? A code snippet would be very helpful. :)

fashezee

6:56 pm on May 24, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



here's it is:

<div id="texta" style="position:absolute; left:8px; top:354px; width:127px; height:71px; z-index:1; visibility: visible" class="tx_pageA"></div>

mivox

7:23 pm on May 24, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Odd. I know IE/Mac will display overlapped <div>s because I've done it on accident before... ;) Can't see an obvious problem with your code though.

Have you tried adding "display: block" to your style declaration? It might be defaulting to an inline display style...