PDA

View Full Version : wheres my scrollbars?


thenajsays
07-16-2009, 07:22 PM
anyone have any clue why im missing scrollbars? sites at http://1736lemoyne.com

thetestingsite
07-16-2009, 07:29 PM
In your css (css/lemoyne.css), you have to take out or change the following:


body {
background-color: #382D21;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
overflow: hidden;
}


Either take out that line or change hidden to auto.

Hope this helps.

thenajsays
07-16-2009, 08:11 PM
crap! how did i manage to do that? thanks!