Hallo, im IE ist unter der Navi der rest von der Tabelle total verschoben. hab alles ausprobiert und weiß nicht woran es liegt.
http://www.vogelfrey.net/4/index.php
CSS:
Code
body
{
background: #000;
}
table, td, tr
{
border:0pt;
}
td img { display:block; }
p
{
font-family:Arial;
font-size:10pt;
font-style:normal;
font-weight:normal;
color:#999;
margin-left:100px;
margin-right:100px;
}
#tablenavi
{
width:650px;
}
a.anavi
{
font-family:Arial;
font-size:10pt;
font-style:normal;
font-variant:normal;
font-weight:bold;
color:#FFF;
text-decoration:none;
}
a.anavi:hover
{
color:#444;
}
a.anavi:active
{
color:#666;
}
#content
{
background:#000 url(images/vf_06.gif) background-repeat:repeat-y;
height:100%;
width:766px;
}
a.anavi
{
font-family:Arial;
font-size:10pt;
font-style:normal;
font-variant:normal;
font-weight:bold;
color:#FFF;
text-decoration:none;
}
a.anavi:hover
{
color:#444;
}
a.anavi:active
{
color:#666;
}
a.anavi:active
{
color:#999;
}
Alles anzeigen
Vielen dank schonmal!
Dominik