hello,
i have a layer on my screen that uses scrollbars. the scrollbars on my page are using css to be a different color, and so the layer uses the same css for its scrollbars. everything works fine, but when the (database driven) content of the layer doesnt overflow the frame and a scrollbar isnt needed, the two (scroll up and down) boxes still show on my frame. is there something I can change so that they dont show up if not needed?
thanks,
DaveI think you mean: style="overflow:auto;"
JonaJona,
yeah, thats pretty much what i needed . cant believe i didnt see that before.
thanks,
daveYou're welcome.
Jona
i have a layer on my screen that uses scrollbars. the scrollbars on my page are using css to be a different color, and so the layer uses the same css for its scrollbars. everything works fine, but when the (database driven) content of the layer doesnt overflow the frame and a scrollbar isnt needed, the two (scroll up and down) boxes still show on my frame. is there something I can change so that they dont show up if not needed?
thanks,
DaveI think you mean: style="overflow:auto;"
JonaJona,
yeah, thats pretty much what i needed . cant believe i didnt see that before.
thanks,
daveYou're welcome.
Jona