Right colmun div overlaps scrollbar

Discussion in 'CSS' started by 123GoToAndPlay, Dec 11, 2010.

  1. #1
    hi,

    i am using this css for a 3 column layout btu the right column overlaps the scollbar in FF and Chrome
    .column { 
    width: 25%; 
    position: absolute; 
    top: 0; 
    z-index: 9998;
    } 
    
    .left {left: 0;} 
    .right {right: 0;} 
    
    #leftcol {
    margin-right: 400px; 
    background: #0099FF;
    height: 1000px;
    
    } 
    #rightcol {
    margin-left: 399px;
    background: #0099FF;
    height: 1000px;
    }  
    #content-wrapper {
    z-index: 20;
    }
    Code (markup):

     
    123GoToAndPlay, Dec 11, 2010 IP
  2. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Please provide an URI or the whole CSS/HTML. "overlaps the scrollbar" does not mean anything to me...
     
    CSM, Dec 11, 2010 IP