Erstmal danke für die Antwort Pexxi und sorry dass ich jetzt erst antworte.
So in der Art wie du es gemacht hast hab ich es auch schon versucht, aber schau mal was dabei rauskommt
http://fs-network.de.tl/
Hast du ne Ahnung woran das liegen könnte??
Hier mal mein kompletter CSS Code: (Nach dem Einfügen von pexxi's code)
Code: /* Ausblenden */
h1#header{display: none;}
h2#title{display: none;}
/* Werbung positioniert */
table[height="102"] {
position: absolute;
left: 0px;
top: -1px;
margin-left: 0px; }
´div#webme_sky_ad{
width: 160px;
position: absolute;
top: 160px;
margin-left: -160px;
right: 0;
left: 100%;
}
/* Inhalt */
div#content{
padding-top: 60px;
padding-left: 0px;}
/* Header */
body {
background-color:#Fdfdfd;
background-image:url(http://img.webme.com/pic/f/fs-network/fsnetworkheader.jpg);
background-repeat:no-repeat;
/* Navigation */
#nav_container {
height: 56px;
background: url(http://img.webme.com/pic/f/fs-network/fsnetworkbutton.png);
overflow: hidden;
}
ul#nav {
list-style-type: none;
}
li.nav_element {
width: 96px;
height: 56px;
border-right: 1px solid #59C5FE;
text-align: center;
line-height: 56px;
float: left;
}
li.nav_element a {
color: #FFFFFF;
text-decoration: none;
display: block;
}
li.nav_element:hover, li.checked_menu {
background: url(http://img.webme.com/pic/f/fs-network/fsnetworkbuttonhover.png);
}
li.nav_element a:hover, li.checked_menu a {
color: #000000;
}