sybil6
10-25-2007, 01:31 AM
hi;
i am trying to have the div "header" on top of the div "main" and no way i cant make it work...:confused:
help!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
body {
background-color: black;
}
#wrapper{
width:1000px;
margin: 0 auto;
}
#header {
margin-left:280px;
height:26px; /*complete height 38px*/
padding-top:12px;
width:389px; /*complete width 424px */
padding-left:35px;
font-family:Georgia,verdana;
font-size:12.5px;
font-weight:normal;
background-color:#7c907e;
z-index:1;
}
a {
text-decoration:none;
color: black;
}
a:hover{
color:#efeede;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="header"><a href="index.htm"><span style="color:#efeede;">Consult</span></a> <a href="services.htm">Ydelser</a> <a href="bio.htm">Baggrund</a> <a href="actualites.htm">Aktuelt</a> <a href="contact.htm">Kontakt</a></div>
<div id="main"><img src="images/main.jpg"/></div>
</div> <!--close wrapper-->
</body>
</html>
i am trying to have the div "header" on top of the div "main" and no way i cant make it work...:confused:
help!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
body {
background-color: black;
}
#wrapper{
width:1000px;
margin: 0 auto;
}
#header {
margin-left:280px;
height:26px; /*complete height 38px*/
padding-top:12px;
width:389px; /*complete width 424px */
padding-left:35px;
font-family:Georgia,verdana;
font-size:12.5px;
font-weight:normal;
background-color:#7c907e;
z-index:1;
}
a {
text-decoration:none;
color: black;
}
a:hover{
color:#efeede;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="header"><a href="index.htm"><span style="color:#efeede;">Consult</span></a> <a href="services.htm">Ydelser</a> <a href="bio.htm">Baggrund</a> <a href="actualites.htm">Aktuelt</a> <a href="contact.htm">Kontakt</a></div>
<div id="main"><img src="images/main.jpg"/></div>
</div> <!--close wrapper-->
</body>
</html>