PC Review


Reply
Thread Tools Rate Thread

How can I make my site fill the browser height

 
 
Cal Who
Guest
Posts: n/a
 
      30th May 2010
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





 
Reply With Quote
 
 
 
 
Cal Who
Guest
Posts: n/a
 
      31st May 2010

" Cal Who" <(E-Mail Removed)> wrote in message
news:htuqjm$e70$(E-Mail Removed)...
> 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?


















 
Reply With Quote
 
Alexey Smirnov
Guest
Posts: n/a
 
      31st May 2010
On May 31, 12:59*am, " Cal Who" <CalWhoNOS...@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
 
Reply With Quote
 
Cal Who
Guest
Posts: n/a
 
      31st May 2010

"Alexey Smirnov" <(E-Mail Removed)> wrote in message
news:27ec269b-8065-431c-afe3-(E-Mail Removed)...
On May 31, 12:59 am, " Cal Who" <CalWhoNOS...@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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i make the browser open my site from server? =?Utf-8?B?ZWxob3NzYW4=?= Microsoft Frontpage 4 1st Jul 2006 07:21 AM
How to make my site pages appear in centered in browser =?Utf-8?B?ZGFuZHlseW4=?= Microsoft Frontpage 5 14th Oct 2005 08:29 AM
treeview dock = left, right, fill, uses full height JohnnyB via DotNetMonster.com Microsoft Dot NET 2 11th May 2005 02:09 PM
Formatting the height of a section to fill out a page =?Utf-8?B?c2hlbm5pZw==?= Microsoft Access Reports 1 29th Jun 2004 10:58 PM
How do I make the site resizable on any browser - No Frames? Star Isford Microsoft Frontpage 0 30th Jul 2003 08:29 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:48 PM.