Christian L.: Positionierung eines DIVs in Opera

Beitrag lesen

Hi Gizmo,

ich hab mir mal deine Seite kurz angeschaut.

Warum benutzt du drei DIVs?

Versuche es doch einfach mal so:

<body>
<div align="center" style="width: 100%; z-index:0">
<table width="689" border="0" cellpadding="0" cellspacing="0">
.
.
.
</table>
<div id="fbmenu" align="left" style="position: relative; width: 140px; height: 100px; top: -2px; left: 98px; background-color:#CCCCCC; z-index:2; visibility:visible"></div>
</div>
</body>
</html>

Die Position des fbmenu musst du nun von der Mitte aus positionieren.

Ciao
Christion