On 21 Jun 2005, at 3:04 pm, Tatham Oddie wrote:

div
        {
                width: 200px;
                height: 100%;
                overflow: hidden;
        }

height:100% - 100% of what ?
if the parent container has no height declared, the 100% will default to auto, and all the content will be visible.

what you probably want is setting some height in em/px/km/....
then your overflow:hidden will have some effect.

If I'm wrong, please provide a test case (url).

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to