Sidebar Issues in IE

Discussion in 'HTML & Website Design' started by bschneider5, Apr 6, 2007.

  1. #1
    bschneider5, Apr 6, 2007 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Not tested.
    
    #content{
      margin: 0;
      padding: 0 3% 0 0; /*a px value would be better, {padding-right: 18px;}*/
      overflow: hidden;  /*establishes new block formatting context*/
      }
    
    /*Holly Hack triggers hasLayout for IE<7*/
    * html #content {
      height: 1px;
      }
    Code (markup):
    cheers,

    gary
     
    kk5st, Apr 6, 2007 IP
  3. bschneider5

    bschneider5 Active Member

    Messages:
    1,009
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    88
    #3
    Hmmm. That doesn't seem to work, any other ideas?
     
    bschneider5, Apr 8, 2007 IP
  4. bschneider5

    bschneider5 Active Member

    Messages:
    1,009
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    88
    #4
    Never mind, I think I got it! Thanks!
     
    bschneider5, Apr 8, 2007 IP
  5. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #5
    It is a Good Thing (and in professionally oriented forums, it is expected) that you show exactly how you applied the suggestion you were given. It may be you made an error in application, a typo, or your helper (myself, in this case) missed something. The purpose of the forum is to share. By not posting exactly what you did and describing the result, the rest lose the benefit of your experience.

    At the risk of repeating myself, "By not posting exactly what you did and describing the result, the rest lose the benefit of your experience."

    cheers,

    gary
     
    kk5st, Apr 8, 2007 IP