Problem with Firefox

Discussion in 'CSS' started by webguy84, Feb 5, 2008.

  1. #1
    webguy84, Feb 5, 2008 IP
  2. LittleJonSupportSite

    LittleJonSupportSite Peon

    Messages:
    386
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Adjust your CSS and say no"repeat" on your footer image





    
    
    /**************************************************/
    /*                                       Bottom                                             */
    /**************************************************/
    
    #bottom {
    background: url(images/bgbottom.png) bottom center;
    background-repeat: no-repeat; 
    width: 800px;
    height: 50px;
    }
    
    
    Code (markup):
     
    LittleJonSupportSite, Feb 5, 2008 IP
  3. webguy84

    webguy84 Well-Known Member

    Messages:
    815
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    128
    #3
    i ll check it out - thx for the help :)
     
    webguy84, Feb 5, 2008 IP
  4. LittleJonSupportSite

    LittleJonSupportSite Peon

    Messages:
    386
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Anytime. tested and it worked for me.
     
    LittleJonSupportSite, Feb 5, 2008 IP