| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#2 (permalink) |
|
Senior Member
|
This can usually be accomplished with an image background repeated all the way down the page.. giving the appearance of the element taking up the whole page. Otherwise you have to use a bit of javascript to get the browser's height dimension and update the style.height of the element with that variable. |
|
|
|
#4 (permalink) |
|
with a hint of lemon
Join Date: Aug 2006
Location: Hull
Posts: 478
|
You will need to make sure your body margin is set to 0px body { Margin: 0px; } I think lol! Online portfolio: mgpwr.co.uk
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Feb 2007
Location: Rhode Island
Posts: 24
|
body,html{ background: #FFF url(/img/background.jpg); margin:0; padding:0; } With this in your CSS, and a background image thats lets say 10px wide and 1200px tall would give you the desired effect. Let me know if that helps. |
|
![]() |