Grafische interesse |
|
ik ben nog altijd maarn beginner in dit, kheb toch al heel wat geleerd
maar kheb eens gezocht tussen het forum en tutorials maar vond nix
hoe kan ik ervoor zorgen dan men bottom tussen de twee sidebars komen maar onder de main ?
#header {
height: 184px;
width: 754px;
background: url(images/header.gif) no-repeat top left;
}
#sidebar {
width: 77px;
height: 388px;
background: url(images/sitev3.0_02.gif) no-repeat;
float: left;
}
#sidebar2 {
width: 74px;
height: 388px;
background: url(images/sitev3.0_04.gif) no-repeat;
float: left;
}
#main {
width: 603px;
height: 368px;
background: url(images/sitev3.0_03.gif) no-repeat;
float: left;
}
#bottom {
width: 603px;
height: 20px;
background: url(images/sitev3.0_05.gif) no-repeat bottom;
clear: both;
}
#header { height: 184px; width: 754px; background : url (images /header.gif ) no -repeat top left ;} #sidebar { width: 77px; height: 388px; background: url(images/sitev3.0_02.gif) no-repeat; float: left; } #sidebar2 { width: 74px; height: 388px; background: url(images/sitev3.0_04.gif) no-repeat; float: left; } #main { width: 603px; height: 368px; background: url(images/sitev3.0_03.gif) no-repeat; float: left; } #bottom { width: 603px; height: 20px; background: url(images/sitev3.0_05.gif) no-repeat bottom; clear: both; }
Edit door Fenrir: Ik doe het even zo aangezien replyen onmogelijk is:
Ik heb je code veranderd: er staat bij #bottom nu clear: both ipv float: bottom.
reply dufes: het werkt nog niet, ik zouhet tussen de twee sidebars willen , dat lukt me niet
Edit door Fenrir: Dat kan misschien toch met relative. Nu heb je 2 sidebars aan de linkerkant, is dat de bedoeling? Hoe wil je het dan ertussenin krijgen?
|