I have a container div, conteining 3 divs, a sidebar, a content and a header while all the elements inside are rendered as they should (they are positioned as "relative" if this may influence in my problem), the sidebar and the content won't render min-height: 100%; no matter what...
my div won't stretch with the min-height as it is supposed to...
here is the code:http://jsfiddle.net/vhZV6/4/
as you can see (i put a white background to best recognize it) the div wich is supposed to stretch simply won't...
i will add some images to make my problem more understanable:
ht tp://imageshack.us/photo/my-images/703/problem2c.jpg/
ht tp://imageshack.us/a/img193/1782/problem3t.jpg
htt p://imageshack.us/a/img35/6701/problem4o.jpg
(i'm a new user, i can't link nor post images)
i dunno what i am doing wrong and i need to fix this problem as soon as possible...
any help would be appreciated, thanks a lot ^^
Edit: here is a temp site where i tried to implement the solutions... http://www.wabisuke-team.org/Temp/home.html as you can see, all but the last 2 pages (strees and "contattateci") are rendered as they should, but those 2 while have a messed background image out of the div not resizing as it should...
Edit: i solved this by putting a min-height in pixels, instead of in percentage, it now works as i wanted it to, thanks everyone for your efforts and for you patience ^^
s/html/html,body/– rlemon Sep 21 '12 at 19:57