Results 1 to 4 of 4

Thread: css and firefox problems[resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member thebloke's Avatar
    Join Date
    May 2003
    Posts
    358

    css and firefox problems[resolved]

    Guys

    I'm trying to place a paragraph of text at the top of my page, code-wise, but I want it to appear at the bottom of my page.

    I have it working in IE6 using

    Code:
    #toptext
    {
    font-family: Arial,sans-serif;
    text-align: justify;
    position: absolute;
    bottom: -390px;
    font-size: xx-small;
    color: #70828F;
    padding-bottom: 5px;
    }
    
    <div id="toptext">
    blah blah blah
    </div>
    But when I view this in Firefox it appears right in the middle of my page. The only way I can get this to sit at the bottom in FF is to change the bottom setting to -650px but that makes it sit well below the page footer in IE6. This just doesn't make any sense!

    Last edited by thebloke; Oct 12th, 2005 at 10:20 AM. Reason: resolved
    The Bloke
    www.blokeinthekitchen.com
    making cooking cool for blokes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width