Header image oky in FFox but not In IE. Help

Discussion in 'HTML & Website Design' started by PeterA, May 28, 2009.

  1. #1
    PeterA, May 28, 2009 IP
  2. bindassdelhiite

    bindassdelhiite Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    You need to disable the IMAGE BORDER for IE.

    use this CSS code..

    /* image border disabled */
    td.headerbg img {
    border: 0 !important;
    }
    
    Code (markup):
    enjoy :)
     
    bindassdelhiite, May 30, 2009 IP
  3. PeterA

    PeterA Guest

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Where about do I slap this in?

    In the main.css file?
    And just at the bottom of the page?
     
    PeterA, May 30, 2009 IP
  4. webhostguy

    webhostguy Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You put that in the css your logo is located in.
     
    webhostguy, May 30, 2009 IP
  5. krtsss

    krtsss Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i see that no different
     
    krtsss, May 31, 2009 IP
  6. PeterA

    PeterA Guest

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes I think it is good now. Without the code. I ran it through HTML Tidy.
     
    PeterA, Jun 1, 2009 IP