i have a strange problem with css and min-height or height:auto;
i found a way to get around min-height for IE and it works
so i actually don't know the problem
the site is http://ssw.mukke.org/
dunno but somehow the page content block sees min-height just as height and ofc i want it to get bigger along with the content
the build up basicly is this:
<html> <head> </head> <body> <div class="wrapper"> <div class="header"> </div> <div class="main"> <div id="top_boxes"> </div> <div class="submain"> <div class="menu"> </div> <div class="content"> </div> </div> </div> <div class="footer"> </div> </div> </body> </html>











