How to make a table height equal to the browser height ?

This is a discussion on "How to make a table height equal to the browser height ?" within the Starting Out section. This forum, and the thread "How to make a table height equal to the browser height ? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 19th, 2007, 10:04
New Member
Join Date: Sep 2007
Location: India
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
How to make a table height equal to the browser height ?

Hi All,

I need your help. In a design I need to make a table "height" depended on the browser "height". I mean if screen resolution is 1024 X 768 and Screen resolution is 1280 X 1024 in both cases the table (coming at the bottom) Will cover the extra white area. The height of the table will increase on the basis of browser height

Subhadip
Reply With Quote

  #2 (permalink)  
Old Sep 19th, 2007, 10:16
Reputable Member
Join Date: Sep 2007
Location: UK
Age: 42
Posts: 130
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to make a table height equal to the browser height ?

Code: Select all
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
is this what you mean?

and wrong section mate
Reply With Quote
  #3 (permalink)  
Old Sep 19th, 2007, 12:36
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to make a table height equal to the browser height ?

Yes ... this is the Introduction forum! Moving to New to Web Design
Reply With Quote
  #4 (permalink)  
Old Sep 19th, 2007, 19:47
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,661
Thanks: 0
Thanked 9 Times in 9 Posts
Re: How to make a table height equal to the browser height ?

You might have to set the BODY's height to 100% in the CSS aswell although i am no expert with tables
Reply With Quote
  #5 (permalink)  
Old Sep 20th, 2007, 07:56
Reputable Member
Join Date: Sep 2007
Location: UK
Age: 42
Posts: 130
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to make a table height equal to the browser height ?

yea you lot have already convinced me to learn css style sheets for layout. Getting there...
Reply With Quote
Reply

Thread Tools

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
height: 100% Browser issues - okay in IE not in FF or Opera mmgrad Web Page Design 3 Oct 27th, 2007 11:24
Table height 100% subhadip Web Page Design 4 Sep 26th, 2007 14:15
Learn Browser Height And Enforce Window To Take At Least 95% transistortoaster Web Page Design 1 Mar 8th, 2007 16:30
Table Height 100% only when refreshed…. mrunclesam Web Page Design 9 Dec 22nd, 2006 15:05
browser height benbacardi JavaScript Forum 1 May 10th, 2004 20:14


All times are GMT. The time now is 12:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43