|
at overflow: auto you can have some problems if the content is large. It also has some conflicts (not sure)... I had a problem in my blog and I got my content invisible, after 20 posts [it was a long scrollbar] with no reason.
at overflow: hidden, in firefox 2 [only on some versions] you have your element on top of position: absolute items, which is stupid. So, I recommend you overflow hidden if you don't have z-index elements (position absolute or relative).
It can also work with auto, it's Ok if you test everything before publish it
|