Page 1 of 1

Forcing vert scrollbar

PostPosted: Fri Feb 08, 2008 11:51 am
by Godly Paladin
I know you're supposed to use this to force a vertical scrollbar,

html { height: 100%; margin-bottom: 1px; }


but I don't know where to put it inside the HTML file. My HTML tag reads:

<html xmlns="http://www.w3.org/1999/xhtml">


Does it go inside the brackets? After? I can't get it to work.

PostPosted: Fri Feb 08, 2008 11:55 am
by Godly Paladin
Aha! It goes inside your CSS file! Talking out loud works wonders. :lol:

PostPosted: Fri Feb 08, 2008 8:09 pm
by Mithrandir
Any time you see the curly braces: {} - for online style stuff , you can usually bet that it goes in the CSS. Glad it worked out for you!

PostPosted: Sat Feb 09, 2008 7:11 am
by Godly Paladin
Yeah, I'm new to this so I had no idea.