> Here is the page location.
> http://www.oo-xx.com/bbs/

The page creates a "scroller" div and sets its height to 30px.  Then it
forgets to actually set overflow to "scroll" for that div.  As a result
overflow is "visible".  Now the div has a height of 30px, so the
following content starts 30px below the top of the div.  The contents of
the div are taller than 30px and are visible where they overflow, so you
get the overlap you see.

IE happily ignores the specified height of the div.  This is a known bug
in IE.

So either don't set the height to 30px or make the div actually scroll
(or do overflow:hidden or clip it or something).

Boris
-----------------
617-864-9910
-----------------
The study of non-linear physics is like the study of
non-elephant biology.

Reply via email to