HighDots Forums  

Top pixel height, bottom pixel height, center remainder of screen

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Top pixel height, bottom pixel height, center remainder of screen in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sproket
 
Posts: n/a

Default Top pixel height, bottom pixel height, center remainder of screen - 12-15-2008 , 06:32 AM






Hi all,

Trying to achieve the following simple layout (which works fine on all
browsers) with an equivalent CSS layout.

See below:

<table border="1" height="100%" width="100%">
<tr height="40px">
<td>
TOP
</td>
</tr>
<tr height="100%">
<td>
CONTENT
</td>
</tr>
<tr height="60px">
<td>
FOOTER
</td>
</tr>
</table>

Can't seem to find a CSS version of this. Doable?

Reply With Quote
  #2  
Old   
dorayme
 
Posts: n/a

Default Re: Top pixel height, bottom pixel height, center remainder of screen - 12-15-2008 , 05:34 PM






In article
<d0b1452b-4166-42e7-bfd0-b7bc71e4e5b3 (AT) h20g2000yqn (DOT) googlegroups.com>,
sproket <sproket (AT) videotron (DOT) ca> wrote:

Quote:
Hi all,

Trying to achieve the following simple layout (which works fine on all
browsers) with an equivalent CSS layout.

See below:

table border="1" height="100%" width="100%"
tr height="40px"
....

Can't seem to find a CSS version of this. Doable?
Let's pass over that your table HTML contains a few errors, if you were
to put this in an HTML doc with a good doctype (like 4.01 Strict), it
would not be the model you want.

As for what you do want. How about having a go after reading:

<http://www.communitymx.com/content/article.cfm?cid=BAD95>

--
dorayme


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.