okay nu har jeg gjort som du har sagt...
har filen
styles.css
/* CSS Document */
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #666;
}
#top {
margin-top: 0px;
padding: 0px;
height: 168px;
width: 818px;
background: url("http://www.wizzo.dk/topbanner.png");
z-index: 1;
}
#menu {
position: relative;
top: 100px;
margin-top: 0px;
padding: 0px;
}
#tekstboks {
margin-top: 140px;
margin-left: 2px;
margin-bottom: auto;
width: 818px;
background-color: #999;
text-align: left;
}
#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;
}
også min xindex.php
<!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>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<center>
<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>
<center>
<div id="tekstboks">
<h1>HEEEEY<h1>
</div>
</center>
</body>
</html>
problemet er bare at i ff viser den ikke topbanneret og i IE viser den hverken topbanneret eller menuen... øv...
men jo det er lidt underligt jeg kan kode php og ikke der basale css
fokuserede mere på php da jeg startede