sharf har fået det til at virke nu i FF i hvertfald med denne her kode sådan næsten
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #666;
z-index: -3;
}
-->
#top {
margin-top: 0px;
padding: 0px;
height: 168px;
background: url("topbanner.png");
background-color: #999;
z-index:0;
}
#menu {
position: relative;
top: 100px;
margin-top: 0px;
padding: 0px;
}
#tekstboks {
margin-top: 140px;
margin-left: 2px;
margin-bottom: auto;
background-color: #999;
z-index:-1;
}
#menulinks {
margin-top: 90px;
border-right: 1px solid #DDD;
float: left;
}
a.menulinks:link {
color: #000;
font-family: Verdana, Geneva, sans-serif;
font-size: 20px;
text-decoration: none;
}
a.menulinks:visited {
color: #000;
font-family: Verdana, Geneva, sans-serif;
font-size: 20px;
text-decoration: none;
}
a.menulinks:hover {
color: #F00;
font-family: Verdana, Geneva, sans-serif;
font-size: 20px;
border-bottom-color: #F00;
border-bottom-width: thick;
border-bottom-style: solid;
}
a.menulinks:active {
color: #00F;
font-family: Verdana, Geneva, sans-serif;
font-size: 20px;
border-bottom-color: #00F;
border-bottom-width: thick;
border-bottom-style: solid;
}
</style></head>
<body>
<center>
<table width="818" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" id='top'>
<div id="menu">
<center>
<a href="#" class="menulinks">Home</a>
|
<a href="#" class="menulinks"> About Us</a>
|
<a href="#" class="menulinks">News</a>
|
<a href="#" class="menulinks">News</a></div>
</center>
</div>
</center>
<div id="tekstboks">
<h1>HEEEEY<h1>
<p> test<p>
<p> test<p>
<p> test<p>
<p> test<p>
<p> test<p>
<p></p>
</div>
</td>
</tr>
</table>
</body>
</html>
se
http://www.wizzo.dk/xindex.phpmen den repeater bare baggrunden så den kan ses nederst og hvis jeg skriver background: no-repeat;
så kommer banneret slet ikke frem.
men ellers vil jeg bare gerne have hjælp til at på ccs'stylen tekstboks til at fylde 100% ned af.