Copyright bottom
Hey eksperter..Vil gerne lige have hjælp med at få min Copyright, helt ned i bunden til bottom - med 30px hight. Men min bund gider ikke virke
( screenshot: http://img134.imageshack.us/img134/5458/sssyz0.png )
Jeg viser lige min CSS kode:
body {
color: black;
background-color: ;
margin: 0;
padding: 0;
font-size: 12px;
font-family: verdana;
}
#headertop {
background-image: url(top.png);
position: absolute;
top: 0;
width: 100%;
height: 110px;
border-bottom: 1px solid black;
}
#headmenu {
}
#copyright {
color: white;
text-shadow: #EEEEEE -2px;
font-size: 10px;
background-image: url(bottom.png);
font-family: verdana;
bottom: 0%;
width: 100%;
hight: 30px;
position: fixed;
border-top: 1px solid black;
}
#menu {
color: bold black;
font-family: verdana;
background-color: #EEEEEE;
background-repeat: no-repeat;
background-position: ;
position: absolute;
top: 110px;
width: 160px;
height: 300px;
border-bottom: 1px dotted black;
border-right: 1px solid black;
border-top: 1px solid black;
margin: 4;
padding: 4;
}
#inside {
font-family: verdana;
background-color: #EEEEEE;
background-repeat: no-repeat;
background-position: ;
position: absolute;
top: 111px;
left: 20%;
width: 700px;
height: 300px;
border-bottom: 1px dotted black;
border-right: 1px solid black;
border-left: 1px solid black;
}
og.. Index:
<!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"/>
<meta name="generator" content="Webløsninger i verdensklasse"/>
<link href="sta.css" rel="stylesheet" type="text/css" media="all"/>
<link href="stb.css" rel="stylesheet" type="text/css" media="all"/>
<title></title>
</head>
<body>
<div id="headertop">
<div id="">
<div id="menu">hellow<br />hellow<br />hellow<br /></div>
<div id="inside">testtesttesttesttesttest<br /> testtesttesttesttest<br /> testesttest <br />
<div id="copyright"><center><div style="FILTER: Dropshadow( Color=black, OffX=1, OffY=-1, Positive=1 );width:500px">Copyright © navn_ikke_fundet - All right reserved</div></center></div>
</body>
</html>