Re: [css-d] Problems with automatic div sizing

2006-01-17 Thread Gunlaug Sørtun
Jochen Kächelin wrote: > http://gizmo.sp-online.de/test.html ... > Is there a way to size a div automatic depending on the size of > another div inside? Several solutions available - depending on case. In _your_ case you may add: #main_container {overflow: hidden;} ...and get the expansion/conta

[css-d] Problems with automatic div sizing

2006-01-16 Thread Jochen Kächelin
I have problems with this http://gizmo.sp-online.de/test.html under Firefox 1.07/Ubuntu and Opera 8.51/Ubuntu. The red-bordered div does not grow in size although the main and nav div are inside. So I can not put the footer div under the main_container div. It always apear under the main div