CSS Question
CSS Question
- Started
- Last post
- 1 Response
- nosaj
How can I prevent a DIV from triggering a vertical scroll bar? I have a 1000px wide that I don't want to vertically scroll in a 1024 by 768 window.
Thanks people.
- ********0
overflow:hidden is one simple way of doing the job.