centrer 1 div inde i en anden div
Hejsa..Hvordan får jeg centreret en div inde i en anden div med css ?
htmlkoden her
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="cfg/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="main">
he<br>
<div class="logo">
<img height="60px" width="90%" border="0">
</div>
he<br>
he<br>
he<br>
he<br>
he<br>
he<br>
he<br>
he<br>
he<br>
he<br>
he<br>
he<br>
</div>
</body>
</html>
css koden her
.main
{
background-color:#0000CC;
height:auto;
}
.logo
{
background-color:#ffffff;
position:absolute;
text-align:center;
}
Hilsen Thomas
