Jeg sidder ligenu og leger med at lave hjemmesider i CSS, men
desværre virker min detail ikke og jeg fatter absolut ikke hvad
der går galt.
Følgende er hjemmesiden.
<html>
<head>
<title>Design prøve 1 - Div span (layers)</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="top">
Dette vil blive en top menu på alle sider
</div>
<div id="header">
<table height="100%" width="100%"><tr><td align="center"
valign="middle">
Toxic Design
</td></tr></table>
</div>
<div id="menu">
<div id="main">
<ul>
<li>Forsiden
<li>Forum
<li>Om sitet
</ul>Menu
</div>
<div id="detail">
Detail indeholder nu også data
</div>
</body>
</html>
og følgende er CSS filen:
#top {
float: left;
width: 103%;
height: 20;
left: 0px;
top: 0px;
position: absolute;
background-color: 0066cc;
}
#header {
float: left;
width: 103%;
height: 100;
left: 0px;
top: 22px;
position: absolute;
background-color: cccccc;
}
#menu {
float: left;
width: 140px;
height: 75%;
left: 0px;
top: 130px;
position: absolute;
background-color: ffffff;
border-right-width: 1px;
border-right-style: solid;
border-right-color: cccccc;
}
#main {
float: left;
width: 120px;
left: 10px;
top: 2px;
position: absolute;
background-color: ffffff;
border-style: solid;
border-width: 1px;
border-color: cccccc;
z-index
}
#detail {
width: 100%;
height: 75%;
left: 150px;
top: 8px;
position: absolute;
background-color: ffffff;
}
--
Vil du lære at kode HTML, XHTML, CSS, SSI eller ASP?
- Pædagogiske tutorials på dansk
- Kom godt i gang med koderne
KLIK HER! =>
http://www.html.dk/tutorials