css scroll bar question
css scroll bar question
Out of context: Reply #1
- Started
- Last post
- 8 Responses
- yawn0
this is what I have right now
The lower div goes into the upper one. Is that a bad idea? looks ok in safari but still get both in FF. can't try in IE right now. Thank you!
#main .content-1-3-main
{
width: 240px;
height: 300px;
overflow: scroll;
overflow-y: hidden;
float: left;
}#main .content-1-4-main
{
width: 160px;
float: left;
}