Div with horizontal scrolling only

前端 未结 5 1092
天命终不由人
天命终不由人 2020-12-04 07:25

I have a fixed width DIV containing a table with many columns, and need to allow the user to scroll the table horizontally within the DIV.

This needs to work on IE6

5条回答
  •  孤城傲影
    2020-12-04 07:53

    I couldn't get the selected answer to work but after a bit of research, I found that the horizontal scrolling div must have white-space: nowrap in the css.

    Here's complete working code:

    
    
    
        
        Something
        
    
    
        

提交回复
热议问题