Hej Udviklere..
Jeg er igang med at opbygge en div-struktur, men er støt på problemer.
Lavede lige en hurtig skitze af problemet:
http://s307.photobucket.com/albums/nn316/FCKildetoft/?action=view¤t=opstning.jpgKoden ser sådan her ud:
<style type="text/css" media="screen">
hmtl, body
{
margin:0px;
padding:0px;
font-family:arial, sans-serif;
}
#top
{
background-color:white;
position:absolute;
top:50px;
right:10%;
left:10%;
height:100px;
border: 1px solid black;
z-index:1;
}
div#banner
{
background-color:white;
position:absolute;
top:0px;
right:60%;
left:10%;
widht:30%;
z.index:1;
}
div#indhold
{
background-color:white;
position:absolute;
top:152px;
right:25%;
left:25%;
height:auto;
z-index:1;
padding:10px;
}
#leftcol
{
background-color:#EFEFFB;
position:absolute;
top:152px;
right:75%;
left:10%;
bottom:75px;
border-left: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid silver;
padding:5px;
z-index:1
}
#rightcol
{
background-color:#EFEFFB;
position:absolute;
top:152px;
right:10%;
left:75%;
bottom:75px;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid silver;
padding:5px;
z-index:1;
}
div#footer
{
background-color:#F2F2F2;
position:absolute;
right:10%;
left:10%;
bottom:50px;
height:25px;
z-index:1;
padding:2px;
border: 1px solid black;
}
</style>