HighDots Forums  

Positioning Problems..

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


Discuss Positioning Problems.. in the Cascading Style Sheets forum.



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

Default Positioning Problems.. - 07-09-2004 , 03:57 PM






I'm having problems setting an email address and phone # that I want
to always appear at the true bottom of the page.
I'm using position:absolute, but what I'm finding is that it puts it
at the bottom of the single browser page, but not at the real bottom,
as there is data which needs to be scrolled down to be seen.

Any advice ?
Using - IE6

At the page bottoms (below </html>)

<span class="801">info (AT) xyz (DOT) com</span>
<span class="800"> | 1-800-477-1327</span>

Within the style sheet:

..800 {
position:absolute;
left: 50%;
bottom: 2%;
color: black;
font-family: tahoma;
font-size: 11px;
text-decoration: none;
}

..801 {
position:absolute;
left: 60%;
bottom: 2%;
color: white;
font-family: tahoma;
font-size: 11px;
text-decoration: none;
}

Reply With Quote
  #2  
Old   
Terry Kimpling
 
Posts: n/a

Default Re: Positioning Problems.. - 07-09-2004 , 05:27 PM






M Kinstlinger wrote:
Quote:
I'm having problems setting an email address and phone # that I want
to always appear at the true bottom of the page.
I'm using position:absolute, but what I'm finding is that it puts it
at the bottom of the single browser page, but not at the real bottom,
as there is data which needs to be scrolled down to be seen.

Any advice ?
Using - IE6

At the page bottoms (below </html>)
I hope you do not mean "below </html>" - if you do mean that, move it up
above </body>
else = problems.

--
TK
www.wejuggle2.com
Still Having a Ball




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----


Reply With Quote
  #3  
Old   
M Kinstlinger
 
Posts: n/a

Default Re: Positioning Problems.. - 07-12-2004 , 03:34 PM



Thanks, Terry.

Now, the problem is that it is in different locations if I change the
screen resolution.

"Terry Kimpling" <wejuggle2 (AT) effingham (DOT) net> wrote

Quote:
M Kinstlinger wrote:
I'm having problems setting an email address and phone # that I want
to always appear at the true bottom of the page.
I'm using position:absolute, but what I'm finding is that it puts it
at the bottom of the single browser page, but not at the real bottom,
as there is data which needs to be scrolled down to be seen.

Any advice ?
Using - IE6

At the page bottoms (below </html>)
I hope you do not mean "below </html>" - if you do mean that, move it up
above </body
else = problems.

--
TK
www.wejuggle2.com
Still Having a Ball




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

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.