PDA

View Full Version : CSS Background Help



B3NKobe
September 28th, 2005, 12:58 AM
Iv created the whole layout in CSS using div's no tables, although I am having troubles with the background flowing down the whole page with the text/content.

Here is a link to see what is happening, You will need to scroll down to see what I mean: Link Here (http://www.fadedpixel.com/testfolder/template/)


To see the HTML/CSS Code just view the source of the page, If someone is able to help me that would be fantastic, Cheers Ben :worried:

ditt0
September 28th, 2005, 02:24 AM
Don't apply height:100% to the html element. Keep it only for the body.
Also, did you clear the float the proper way? Like using a footer with clear:both? You can't use the clear property on the container of the floats, it won't help.

foro
September 29th, 2005, 04:57 PM
I'm not sure if that fixed your problem, but I'm having the same sort of issue. I have a footer on my page with absolute positioning at bottom: 0px. Right when the window opens, it looks okay, but if the page scrolls down, the footer won't scroll with it and just stays where it is.