its your overflow style. change to overflow hidden to remove the scrollbars.
Josh
Josh
2009-06-17 18:37:07
its your overflow style. change to overflow hidden to remove the scrollbars.
Josh
I would file a bug report. It doesn't render that way on my version (for Windows).
I've just tested this on a windows and mac machine - both are fine, so it might be worth submitting a bug report to Mozilla
Could it be that your div
happens to have width:100%
and therefore overflows when you add border?
There shouldn't be scroll bars for overflow:auto unless the content is actually going beyond the edges of the containing element. This is a bug in Linux versions of Firefox. See the following bug report.