Results 1 to 6 of 6

Thread: over flow hidden - problems with firefox

  1. #1
    Join Date
    Nov 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default over flow hidden - problems with firefox

    Hello,

    I am new in this forum. I would be really appreciate it if someone can help me with the problems which I have with my CSS layout. I tried to use overflow: hidden; for my body tag to remove the unwanted blank space below my footer. It works nicely in IE but not in Firefox.

    I don't know how to solve this problem. Thanks very much for your help.

    Cheers,
    Hazel

  2. #2
    Join Date
    Oct 2008
    Location
    kolkata, india
    Posts
    75
    Thanks
    2
    Thanked 10 Times in 10 Posts

    Smile

    plz send ur file or the link so that we can help u better.

  3. #3
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    Until I see your code I won't know for sure, but make sure you have

    max-height in your CSS declared.

  4. #4
    Join Date
    Nov 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default here is the code - thanks

    body {
    padding: 0;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    position: relative;
    width: 1000px;
    height: 2866px;
    background-color: #FFFFFF;
    overflow: hidden;
    }


    Please let me know if it is good enough as the whole page is quite long, I am not sure how much to bring up here. I am new and I am learning. So please let me know. Thanks!

  5. #5
    Join Date
    Nov 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default The Code

    <body class="oneColFixCtrHdr">


    <div id="container">

    <div id="header">
    <!-- end #header --></div>

    <div id="gallerywrapper01"></div>
    <div id="gallerywrapper02"> </div>
    <div id="footer"> </div>
    <!-- end #container --></div>
    </body>
    </html>


    Many thanks.

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    When posting code use the BBCode tags (here is a list and how to use them... http://www.dynamicdrive.com/forums/misc.php?do=bbcode ) you will want to use the "code" tag.

    Then you can post the whole page and we can view it with ease.

    Also, a link to the problem page so we can see it in action will help a great deal. The problem might be something else entirely that fresh eyes can spot.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

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