J
Jeff
Hey
I'm trying to use a DIV in my xhtml code so that if the content placed
within the DIV is larger than the DIV, then a vertical scrollbar is added to
the DIV => no horizontal scrollbar added....
I've tryed this CSS configuration but it doesn't define that it's vertical
scrollbar
DIV#content {
overflow:scroll;
}
If this is possible, how do I set up only vertical scrollbar on a DIV?
Jeff
I'm trying to use a DIV in my xhtml code so that if the content placed
within the DIV is larger than the DIV, then a vertical scrollbar is added to
the DIV => no horizontal scrollbar added....
I've tryed this CSS configuration but it doesn't define that it's vertical
scrollbar
DIV#content {
overflow:scroll;
}
If this is possible, how do I set up only vertical scrollbar on a DIV?
Jeff