From: Cal Who on 30 May 2010 18:59 How can I make my site fill the browser height. As it is now it fills the browser's width. I repeat a 1-pixel vertical line to fill-in the sides. I put a border about the html and the body and I see they both end at the bottom of my footer image. I think I need to extend the body to the bottom of the browser. I'd like to color the browser area below the footer to match my scheme. Got any suggestions?? Thank
From: Cal Who on 30 May 2010 21:12 " Cal Who" <CalWhoNOSPAM(a)roadrunner.com> wrote in message news:htuqjm$e70$1(a)news.eternal-september.org... > How can I make my site fill the browser height. > > As it is now it fills the browser's width. I repeat a 1-pixel vertical > line to fill-in the sides. > > I put a border about the html and the body and I see they both end at the > bottom of my footer image. > > I think I need to extend the body to the bottom of the browser. > > I'd like to color the browser area below the footer to match my scheme. > > Got any suggestions?? > > > Thank > > > > Simple, (I think) html { height: 100%; background-color:#c3d7ec; } or maybe html, body { height: 100%; background-color:#c3d7ec; } Are these different. One better than the other?
From: Alexey Smirnov on 31 May 2010 02:03 On May 31, 12:59 am, " Cal Who" <CalWhoNOS...(a)roadrunner.com> wrote: > How can I make my site fill the browser height. > > As it is now it fills the browser's width. I repeat a 1-pixel vertical line > to fill-in the sides. > > I put a border about the html and the body and I see they both end at the > bottom of my footer image. > > I think I need to extend the body to the bottom of the browser. > > I'd like to color the browser area below the footer to match my scheme. > > Got any suggestions?? > > Thank For all elements like a table you can use javascript or css tricks like it is explained here: http://apptools.com/examples/tableheight.php
From: Cal Who on 31 May 2010 04:05 "Alexey Smirnov" <alexey.smirnov(a)gmail.com> wrote in message news:27ec269b-8065-431c-afe3-ba3781626ef8(a)c22g2000vbb.googlegroups.com... On May 31, 12:59 am, " Cal Who" <CalWhoNOS...(a)roadrunner.com> wrote: > How can I make my site fill the browser height. > > As it is now it fills the browser's width. I repeat a 1-pixel vertical > line > to fill-in the sides. > > I put a border about the html and the body and I see they both end at the > bottom of my footer image. > > I think I need to extend the body to the bottom of the browser. > > I'd like to color the browser area below the footer to match my scheme. > > Got any suggestions?? > > Thank For all elements like a table you can use javascript or css tricks like it is explained here: http://apptools.com/examples/tableheight.php Thanks
|
Pages: 1 Prev: Streaming large file not working with Forms Authentication? Next: Please help Cannot save.. |