HighDots Forums  

Position problem

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


Discuss Position problem in the Cascading Style Sheets forum.



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

Default Position problem - 12-15-2005 , 03:42 AM






Hi at all,
in a page I have 3 elements
The first is the logo and it is positioned absolutely at top:0 and have a
height of 120px

The 2th.is a table positioned absolutely with the top:120 px; that is the
height of the logo
Into the table there are many <tr>and<td> and the page is a variable
length.
At bottom there is the copyright that I am unable to position because
depend from the total height of the table
IHow can I do please?
Thank in advance
Steel



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

Default Re: Position problem - 12-15-2005 , 03:57 AM






Steel wrote:

Quote:
Hi at all,
in a page I have 3 elements
The first is the logo and it is positioned absolutely at top:0 and have a
height of 120px

The 2th.is a table positioned absolutely with the top:120 px; that is the
height of the logo
Into the table there are many <tr>and<td> and the page is a variable
length.
At bottom there is the copyright that I am unable to position because
depend from the total height of the table
IHow can I do please?
Don't position the table and the logo, or make the copyright the last
<tr> of the table.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Electric Boys - Who are you


Reply With Quote
  #3  
Old   
Johannes Koch
 
Posts: n/a

Default Re: Position problem - 12-15-2005 , 03:58 AM



Steel wrote:

Quote:
in a page I have 3 elements
The first is the logo and it is positioned absolutely at top:0
Why?

Quote:
and have a
height of 120px

The 2th.is a table positioned absolutely with the top:120 px;
Why?

Quote:
that is the
height of the logo
Into the table there are many <tr>and<td> and the page is a variable
length.
At bottom there is the copyright that I am unable to position because
depend from the total height of the table
IHow can I do please?
You don't need positioning. Stay with the normal flow.

<div><img src="logo" ...></div>
<table ...>
....
</table>
<p>copyright</p>
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)


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 - 2008, Jelsoft Enterprises Ltd.