Visa ett inlägg
Gammal 2006-03-11, 14:40   #1
patrik629
Medlem
 
Reg.datum: Jan 2005
Ort: Stockholm, Sweden
Inlägg: 31
Question Problem med DIV

Jag ska öppna en sida, MathiasWeb inom kort men jag har som rubriken säger,
problem med DIV-taggar.

CSS-KOD:
Kod:
#container {
width: 609px;
}

#logo {
width: 609px;
height: 103px;
background-image: URL(topp.mathias.PNG);
float: right;
}

#meny {
width: 609px;
height: 22px;
background-image: URL(meny.mathias.PNG);
float: right;
}

#mitten {
width: 609px;
background-image: URL(main.mathias.PNG);
float: right;
}


#under {
width: 609px;
height: 15px;
background-image: URL(botten.mathias.PNG);
float: right;
}
HTML-KOD:
Kod:
<html>
<head>
<title>
</title>
</head>
<body>
<div id="container">
<div id="logo"></div>
<div id="meny"></div>
<div id="mitten"></div>
<div id="under"></div>
</div> 
</body>
</html>
LÄNK TILL LAYOUTEN


På sidan är det helt blankt.

Jag är lite nybörjare på just det här med DIV, kodade med tabeller förut.
Men det är lite kul att testa nya saker ibland.

Är det nån som ser nåt fel?
patrik629 besöker inte forumet just nu  
Svara med citat