Her er min index.php
Har gjort det at jeg har opbygget det med include, men har lige sat det sammen så i kan se:
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"> <html>
<head>
<title>Gratis-Programmer.Dk - Alt gratis!</title>
<link rel="shortcut icon" href="../favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script src="js/mhalist.js" type="text/javascript"></script>
<link href="css/mhalist.css" rel="stylesheet" type="text/css">
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table id="top" width="900">
<tr>
<td width="100%"> </td>
</tr>
</table>
<table id="topmenuindex" width="894">
<tr>
<td width="100%"><?
include("menu.php");
?> </td>
</tr>
</table>
<table id="banner">
<tr>
<td width="894">
<center><? include("banner/reklame.php"); ?></center>
</td>
</tr>
</table>
<table id="mellem">
<tr>
<td width="894">
<h1>Velkommen til Gratis-Programmer.Dk</h1>
<br>
<p>Her på siden er der en masse muligheder for, at få informationer om programmer, der kan
downloades på siden, og få andres meninger mm. <br>
Udover dette vil der arbejdes på, at få en lille shop op, hvor det bliver muligt
at købe T-shirts, kuglepenne og meget mere. </p>
<iframe marginwidth="0" marginheight="0" frameborder="0" scrolling="no" width="250" height="60" src="
http://www.partner-ads.com/dk/visbannerrotation.php?rid=2072"></iframe> </td>
</tr>
</table>
</body>
</html>
Og her kommer min css fil:
#mellem {
background-color: #D9ECF4;
position: fixed;
top: 200px;
z-index: 1;
}
#top {
width: 900px;
background-color: #D9ECF4;
background-image: url(../img/over.png);
height: 135px;
position: fixed;
z-index: 2;
}
#banner {
background-color: #D9ECF4;
top: 140px;
position: fixed;
z-index: 3;
}
#topmenuindex {
width: 900px;
top: 77px;
left: 167px;
position: fixed;
z-index: 4;
}
h1 {
font: 18px Arial Black
}
h2 {
font: 14px arial;
}
p {
font: 12px arial;
}
A:link {
COLOR: #000000;
}
A:visited {
COLOR: #000000;
}
A:active {
COLOR: #000000;
}
Mere I vil se?