Simple Firefox backgorund colour Problem

Discussion in 'CSS' started by SEOscotland.co.uk, Sep 13, 2006.

  1. #1
    Hi all, new here and hoping to get some help with a firfox issue.

    The page displays fine with IE6 but I need the main backgorund to be white in firefox also.

    please check http://www.seoscotland.co.uk/test/index.html for html and http://www.seoscotland.co.uk/test/global.css for the css.

    Any help appreciated.

    Dave
     
    SEOscotland.co.uk, Sep 13, 2006 IP
  2. SoKickIt

    SoKickIt Active Member

    Messages:
    305
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    70
    #2
    Find this:

    
    /* Container Start*/
    div#MainText {
    	width: 800px;
    	clear: both;
    	float: left;
    	padding-bottom: 0px;
    }
    
    Code (markup):
    and remove float: left;
     
    SoKickIt, Sep 13, 2006 IP
  3. SEOscotland.co.uk

    SEOscotland.co.uk Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    great stuff. Solved.

    Thank you.
     
    SEOscotland.co.uk, Sep 13, 2006 IP