PDA

View Full Version : Extend all the way vertically?


5th-Level
12-19-2007, 05:14 PM
How do i make my skin extend all the way vertically such as vb.orgs.

How the page BG extends 100% up and down.

SEOvB
12-19-2007, 08:15 PM
Google this "CSS 100% vertical" and a few soloutions will come up.

The easiest one would probably be this one, http://www.reinspire.net/blog/2005/10/11/css_vertical_stretch/

5th-Level
12-19-2007, 09:35 PM
I entered

margin: 0px;
padding: 0px;
height: 100%;

in my body CSS and it did the top of the forum but the bottom doesnt go all the way down

--------------- Added 1198153829 at 1198153829 ---------------

anyone else?

5th-Level
12-20-2007, 11:01 PM
still in need

i see alot of skins with this is not a difficult code

Criticize
12-21-2007, 02:33 AM
still in need

i see alot of skins with this is not a difficult code

body { background:#fff url('images/background.jpg') repeat-y }

5th-Level
12-21-2007, 03:09 AM
thank you