![]() |
|
||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
|
|
#1 |
|
WLC Member
Join Date: Aug 2006
Posts: 3
|
Can someone explain why the wrapper is cutting off at the end of the nav? I want it to extend to the bottom of the browser window but can't quite seem to get it to do so. Thanks in advance.
http://www.spacebetween.com/art/ |
|
|
|
|
|
#2 |
|
WLC Lover
Join Date: Jul 2006
Location: United Kingdom, Hertfordshire
Posts: 266
|
Because it merely wraps the content. It doesn't mean it will stretch to the height of the page. Your best option is to use a background image.
here is a little guide to doing it:
That is roughly how you make the image. Or how I usualy do anyways. Now upload the image to your webserver. Ill pretend it is in a folder called images. The CSS: Code:
body {
background:#FFFFFF url(/images/mainbg.gif) repeat-y top center;
/*The rest of your body css*/
}
It should work but I havn't tried it out myself. Hope I helped. Tell us if it doesn't and then Ill take a closer look at your code.
__________________
** To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts. ** Simple articles to help anyone get started. |
|
|
|
|
|
#3 |
|
WLC Member
Join Date: Aug 2006
Posts: 3
|
Thanks for your help!
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
Linear Mode |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Auto Margins not working in IE6 | bgnm2000 | Browser Compatibility | 1 | 14th June 07 08:11 PM |
| Firefox has issue with margins?????? | graphicd00d | Browser Compatibility | 7 | 1st May 07 05:48 PM |
| IE6 centering issue with nested footer | timgrayphoto | CSS | 1 | 10th November 06 05:50 PM |
| Need Help, IE 7 (Resize Window Issue) | Shane.Perran | Browser Compatibility | 2 | 6th October 06 11:55 AM |
| Float Issue | A.Fairhead | CSS | 4 | 15th September 06 01:57 PM |