Hi,
Av just been reading the sticky thread on 100% divs, am a total beginner and don't really understand.
Am guessing it is not enough just to simple copy and paste the code
Code:
html, body {
height: 100%;
}
#container { /* div you want to stretch */
min-height: 100%;
}
or does this code have to be applied for every div on your page?
where do you type this in?
Also, the effect..
Will this allow the webpage to be viewed on all browsers without affecting the positioning of the content? Something that is currently driving me insane at the mo..
Thanks for your help, sorry if I came across stupid but if you don't ask yo don't get
thanks
|