Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. #imageFlow {
  2. width: 750px;
  3. height: 50px;
  4. position: relative;
  5. padding: 3px;
  6. float: right;
  7. }
  8.  
  9. #imageFlow {
  10. width: 750px;
  11. height: 50px;
  12. position: relative;
  13. padding: 3px;
  14. float: right;
  15. overflow:hidden;
  16. white-space:nowrap;
  17. }
  18.  
  19. #imageFlow {
  20. width: 750px;
  21. height: 50px;
  22. position: relative;
  23. padding: 3px;
  24. float: right;
  25. display: inline-block;
  26. overflow: hidden;
  27. }
  28.  
  29. #imageFlow img:first-child {
  30. margin-right: 8px;
  31. }
  32.  
  33. #imageFlow img {
  34. margin: 6px 3px 6px 0.8px;
  35. }
  36.  
  37. <div class="wrapper">
  38. <div class="inline-wrap">
  39. <img src="http://www.hla.co.za/projects/Hyuandai_Training_Centre/images/DSC_0380.jpg" height="50"/>
  40. <img src="http://www.hla.co.za/projects/Hyuandai_Training_Centre/images/DSC_0380.jpg" height="50"/>
  41. <img src="http://www.hla.co.za/projects/Hyuandai_Training_Centre/images/DSC_0380.jpg" height="50"/>
  42. <img src="http://www.hla.co.za/projects/Hyuandai_Training_Centre/images/DSC_0380.jpg" height="50"/>
  43. <img src="http://www.hla.co.za/projects/Hyuandai_Training_Centre/images/DSC_0380.jpg" height="50"/>
  44. <img src="http://www.hla.co.za/projects/Hyuandai_Training_Centre/images/DSC_0380.jpg" height="50"/>
  45. <img src="http://www.hla.co.za/projects/Hyuandai_Training_Centre/images/DSC_0380.jpg" height="50"/>
  46. <img src="http://www.hla.co.za/projects/Hyuandai_Training_Centre/images/DSC_0380.jpg" height="50"/>
  47. <img src="http://www.hla.co.za/projects/Hyuandai_Training_Centre/images/DSC_0380.jpg" height="50"/>
  48. <img src="http://www.hla.co.za/projects/Hyuandai_Training_Centre/images/DSC_0380.jpg" height="50"/>
  49. </div>
  50. </div>
  51.  
  52. <style type="text/css">
  53. .wrapper {
  54. width:600px;
  55. overflow-x:scroll;
  56. overflow-y:hidden;
  57. }
  58.  
  59. .inline-wrap {
  60. width:800px;
  61. }
  62. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement