Complicated sticky footer and 100% content height

Intireappenny

New Member
I'm trying to stretch content div to 100% height:http://new.art-frame.spb.ru/catalogcontent DIV:\[code\]<div id="rt-transition">...</div>\[/code\]footer:\[code\]<footer id="rt-footer-surround">...</footer>\[/code\]The problem is, I can't change html layout, only CSS.(the best way is to use Firebug/Chrome inspector to see what's all about) \[code\]html { position: relative; min-height: 100%; height: auto; margin: 0;}body { margin: 0 0 100px; min-width: 100px !important;}footer { position: absolute; left: 0; bottom: 0; height: 100px; width: 100%;}\[/code\]
 
Back
Top