Results 1 to 3 of 3

Thread: Can't view background color in Mozilla Firefox.
      
   

  1. #1
    jac3256 is offline Private
    Join Date
    Sep 2009
    Posts
    2

    Default Can't view background color in Mozilla Firefox.

    New to the forum and looking for a little help with background colors. IE looks and works great, but firefox seems to not inclucde my background color. Since many people are using firefox, this is very important to me. Any suggestions?


    Thanks,
    Jeff

    www.PCInfo4me.com

  2. #2
    pink_eeyore's Avatar
    pink_eeyore is offline First Lieutenant
    Join Date
    Nov 2008
    Location
    Some where in CO
    Posts
    188

    Default Re: Can't view background color in Mozilla Firefox.

    the problem that I am seeing is that you have two different body background colors
    <body bgcolor="#EFE4D6" text="#000000">
    <div id="container">
    <div id="bv_Text4" style="position:absolute;left:179px;top:155px;widt h:525px;height:66px;z-index:0" align="center">
    <font style="font-size:27px" color="#FF0000" face="Century Schoolbook">This website is under construction. Please check back soon. Thanks</font></div>
    <div id="bv_Html1" style="position:absolute;left:0px;top:0px;width:84 0px;height:151px;z-index:1" align="left">
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title></title>
    <meta name="GENERATOR" content="Created by BlueVoda">
    <style type="text/css">
    body {background-color: transparent}
    </style>
    </head>
    <body bgcolor="#FFFFFF" text="#000000">
    As you can see in your source, FF is deciding to go with the white one #FFFFFF while IE is with #EFE4D6. You need to find where you added the extra white bg color and remove it (did you use your one code in an html box?!). Try to re-enter all your background colors from the page properties (right click anywhere on the background to pull the menu up) and change all the color there to the color of your choice.
    Mr. Big Paw
    Somewhere in the CO mountains
    Big Paw Services

  3. #3
    jac3256 is offline Private
    Join Date
    Sep 2009
    Posts
    2

    Default Re: Can't view background color in Mozilla Firefox.

    Thanks Adir, that was the problem in the HTML box.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49