GezH
Programmer
- Aug 7, 2002
- 68
Hello all.
I'm attempting to use the overflow property, to provide a scrollbar where images are too wide for the div they live in:
.imageDiv{
overflow: auto;
overflow-x: scroll;
overflow-y: auto;
}
I've tried various combinations, but it doesn't get picked up in IE6, is there anything I can try?
Many thanks.
I'm attempting to use the overflow property, to provide a scrollbar where images are too wide for the div they live in:
.imageDiv{
overflow: auto;
overflow-x: scroll;
overflow-y: auto;
}
I've tried various combinations, but it doesn't get picked up in IE6, is there anything I can try?
Many thanks.