Re: [css-d] Nested divs height nightmare

2006-11-15 Thread Gunlaug Sørtun
Aleve Sicofante wrote: > I'm fairly new to CSS and I'm having a hard time understanding how to > set the height of nested divs. Generally: you don't set height on nested divs. Instead you let them expand freely in height so the outer contains the inner. That's what you're asking for, I think. IE

Re: [css-d] Nested divs height nightmare

2006-11-15 Thread Stephan Wehner
I think you should be able to achieve this without absolute positioning. I found this in your styles: #sinreg { font-size: small; height: 48px; width: 163px; top: 160px; position: absolute; left: 4px; visibility: visible; padding-top: 10px; padding-right: 8px; padding-left: 5px; } To get three co

[css-d] Nested divs height nightmare

2006-11-15 Thread Aleve Sicofante
I'm fairly new to CSS and I'm having a hard time understanding how to set the height of nested divs. I'm using three divs to create decoration. The inner div should set the height of the group. This works fine in IE6 and that's all the customer required at first, but I also want it to work in Fire