Hallo,
Netscape macht mir mal wieder Probleme bei der richtigen Positionierung von div's. "nav" soll mit dem darin enthaltenen "list" am rechten Fensterrand stehen, im IE alles wunderbar, nur der NC ignoriert left und top Angaben und zeigt alles oben links an.
Hab im Archiv nichts passendes gefunden.
Vielen dank fuer eure Hilfe.
Tobias
Hier der Quelltext:
<div id="nav">
<!-- #BeginEditable "nav" -->
<div id="list" style="position:absolute; left:9px; top:25px; width:145px; height:312px; z-index:18">
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><img src="../images/navr_a.gif" width="129" height="20"></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<!--#include file="../include/list.asp"-->
</table>
</div>
im Head folgende Formatierung:
<style type="text/css">
<!--
#nav {position:absolute; left:632px; top:135px; width:158px; height:345px; z-index:17; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #FFFFFF; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; overflow: hidden}
#list {position:absolute; left:9px; top:25px; width:145px; height:312px; z-index:18; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #FFFFFF; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; overflow: hidden}
-->
</style>