Website help

Currently reading:
Website help

Kier

Prominent member
Joined
Aug 17, 2008
Messages
4,883
Points
860
I'm not sure how to explain this very well at the moment, so it might not make much sense. Anyway, I've got a new layout for my site which I want to use (http://kiernet.com/test/) however, I want the content box to end at the same place as the navigation box, and then have a scroll bar to view anymore text that there is. But I cant remember for the life of me how to do it. Is anyone able to help?

Thanks.

Edit - Ok, I found out how to add the scroll bar, (overflow: scroll; into the css), however it also has a scroll bar across the bottom, which I dont want, only thing I can think of is to make the text smaller. Is that the only way?
 
Last edited:
Yeah. I've worked out how to get the scroll bar, so it can be at the same size, and got rid of the horizantal scroll bar at the bottom.

Code:
overflow: auto;

Incase anyone else is looking for it in the future.
 
Back
Top