Forum Moderators: not2easy
designed a page with a container div that contains several pieces and nested divs - if you go on the page <snip> and have a look please. the css i add here:
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #333333;
background-color: #eeeeee;
}
div#container {
height: 540px;
width: 825px;
background-color: #eeeeee;
margin:0 auto;
}
div#Site {
position: absolute;
top: 125;
left:180px;
float: left;
height: 415px;
width: 420px;
overflow: auto;
}
img#Header {
position: absolute;
top: 0px;
left: 0px;
}
img#Navi {
position: absolute;
top: 75px;
left: 0px;
}
img#hdl {
position: absolute;
top: 75px;
left: 180px;
}
img#Kontakt {
position: absolute;
top: 438px;
left: 0px;
}
img#Pic1 {
position: absolute;
top: 0px;
left: 625px;
}
img#Pic2 {
position: absolute;
top: 135px;
left: 625px;
}
img#Pic3 {
position: absolute;
top: 270px;
left: 625px;
}
img#Pic4 {
position: absolute;
top: 405px;
left: 625px;
}
[edited by: SuzyUK at 6:22 pm (utc) on April 19, 2006]
[edit reason] no urls thanks, see TOS linked at bottom of page [/edit]
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-align:center;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #333333;
background-color: #eeeeee;
}
div#container {
height: 540px;
width: 825px;
background-color: #eeeeee;
margin:0 auto;
text-align:left;
position:relative;
}
That should work ;)