CSS Issue in IE (Go figure), please help

Discussion in 'CSS' started by jarad, Feb 3, 2007.

  1. #1
    Hey guys,

    This is probably something simple, but I can not get the bottom part of the header to display fully in IE6. I don't have IE7 to test on, so it may work on that. The second bar on the header is cut off in this layout, and I have no clue why. It displays perfectly in Firefox.

    http://whisper.viperwebpro.com/febs

    Anyone have any idea what is wrong? Any help is appreciated greatly.
     
    jarad, Feb 3, 2007 IP
  2. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #2
    In IE7 the footer looks fine. The words left and right are cutoff about 2/3 of the way from the top.

    I don't have 6 so I can not look at it using that.
     
    Colbyt, Feb 3, 2007 IP
  3. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #3
    Header is broken in IE7.
    To fix it, find the following code in your CSS file:
    #subwrap {
    	BACKGROUND-COLOR: #5a8c4b
    }
    
    Code (markup):
    and replace with
    #subwrap {
    	BACKGROUND-COLOR: #5a8c4b;
    	height: 28px;
    }
    
    Code (markup):
     
    Clive, Feb 3, 2007 IP
  4. jarad

    jarad Member

    Messages:
    50
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    45
    #4
    Thanks to Clive and everyone who helped, I set the height to 28px and it worked perfectly! :)
     
    jarad, Feb 3, 2007 IP
  5. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #5
    I was sure it would :)
    Again, CSS can be a pain if you're not a big fan of sleepless nights ;)
    By the way, nice layout..
     
    Clive, Feb 3, 2007 IP
  6. jarad

    jarad Member

    Messages:
    50
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    45
    #6
    CSS really can be, but it can be fun to code at times, especially when you apply the final touches. Thanks for the comment on the website, I'm doing it for a school project, a fake bookstore. :p
     
    jarad, Feb 7, 2007 IP
  7. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #7
    Of course,
    fun when you're 20 and sun is whining just for you..
    pain at 30 when kids are asking for food and you need to get paid :p
     
    Clive, Feb 7, 2007 IP