Submit Your Article Forum Rules

Results 1 to 4 of 4

Thread: Help needed with Firefox display problem

  1. #1
    Junior Member Gary Allman's Avatar
    Join Date
    Jan 2004
    Location
    Springfield, Missouri
    Posts
    18

    Help needed with Firefox display problem

    I'm working on a new site design and I've hit a brick wall with a problem I'm getting with Firefox.

    Bolied down to the essentials there are two columns of text. at the base of these I have a clearing div

    Code:
    div.Clear {  /* clear various browser errors */
    	clear: both;
    	background: transparent;
    	height: 1px;
    	width: 100%;
    	}
    Which should then force any remaining divs below the the longest column of text.

    The trouble is when the right hand column is longer, Firefox just overflows the text over the divs below the columns.

    The actual site is a bit more complex than the above description - you can see it in action in a test area:

    http://www.allman.uk.net/ictpm/index.php

    The above page validates as XHTML strict, and the CSS validates, with warnings, too.

    Some notes on the layout can be found here (I don't guarantee this page validates!):

    http://www.allman.uk.net/ictpm/notes/notes.php

    and the stylesheet is here:

    http://www.allman.uk.net/ictpm/styles/general.css


    I've been banging my head against this particular problem for around 5 hours, so any help would be most welcome!

    Many thanks

    Gary
    Portsmouth UK

  2. #2
    Member
    Join Date
    Jan 2005
    Posts
    36
    Remove the height: 175px (I think that's what it's set to) in #Panel and see how that works out for you.
    Ooooooh, Guy Like!
    Jessica Alba

  3. #3
    Junior Member Gary Allman's Avatar
    Join Date
    Jan 2004
    Location
    Springfield, Missouri
    Posts
    18
    Quote Originally Posted by GuyLaDouche
    Remove the height: 175px (I think that's what it's set to) in #Panel and see how that works out for you.
    Fantastic. Many thanks indeed. So obvious <blush>.

    Gary
    Portsmouth UK

  4. #4
    Member
    Join Date
    Jan 2005
    Posts
    36
    Glad it worked out for you. It's easy to overlook the obvious sometimes. I've been guilty of it more times than I care to admit. :D Good luck with the site.
    Ooooooh, Guy Like!
    Jessica Alba

Similar Threads

  1. Site Display Internet Expl. vs. Firefox - Still Problem after clean up. Help!
    By fortune68 in forum Graphics & Design Discussion Forum
    Replies: 4
    Last Post: 03-04-2008, 05:10 AM
  2. Table Display in Firefox Problem
    By morestar in forum Graphics & Design Discussion Forum
    Replies: 6
    Last Post: 02-01-2008, 10:38 AM
  3. Image Display in Firefox - CSS
    By wige in forum Graphics & Design Discussion Forum
    Replies: 14
    Last Post: 02-28-2007, 10:54 AM
  4. Firefox bug with content display
    By Orion in forum Graphics & Design Discussion Forum
    Replies: 25
    Last Post: 06-09-2006, 01:43 AM
  5. Css display problem in Firefox
    By Spectur in forum Graphics & Design Discussion Forum
    Replies: 3
    Last Post: 11-22-2005, 10:13 AM

Posting Permissions

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