Guest User

Untitled

a guest
Aug 15th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. CSS - Show only Horizontal Scroll bar for a fixed width and height div
  2. #containersimg
  3. {
  4. width: 900px;
  5. height: 135px;
  6. }
  7.  
  8. -ms-overflow-x: hidden;
  9.  
  10. #containersimg
  11. {
  12. width: 900px;
  13. height: 135px;
  14. overflow:auto;
  15. overflow-x:hidden;
  16.  
  17.  
  18. }
Add Comment
Please, Sign In to add comment