Advertisement
helgatheviki

Jquery UI tabs + Smoothdivscroll HTML markup

Jul 22nd, 2011
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.03 KB | None | 0 0
  1. <div id="tabs" role="main" >
  2.  
  3. <ul id="tabs-menu">
  4.     <li><a href="#tab1">Tab 1</a></li>
  5.     <li><a href="#tab2">Tab 2</a></li>
  6.     <li><a href="#tab3">Tab 3</a></li>
  7. </ul>
  8.    
  9.  
  10.    
  11. <div id="tab1" class="makeMeScrollable">
  12.     <div class="scrollingHotSpotLeft"></div>
  13.     <div class="scrollingHotSpotRight"></div>
  14.        <div class="scrollWrapper">
  15.        <div class="scrollableArea">
  16.             <img height="100"  width="100" src="img1.png" />
  17.             <img height="100"  width="100" src="img1.png" />
  18.             <img height="100"  width="100" src="img1.png" />
  19.             <img height="100"  width="100" src="img1.png" />
  20.             <img height="100"  width="100" src="img1.png" />
  21.             <img height="100"  width="100" src="img1.png" />
  22.            
  23.         </div><!--.scrollableArea-->
  24.         </div><!--.scrollWrapper-->
  25.  </div><!--.makeMeScrollable-->
  26.                        
  27. <div id="tab2" class="makeMeScrollable">
  28.     <div class="scrollingHotSpotLeft"></div>
  29.     <div class="scrollingHotSpotRight"></div>
  30.        <div class="scrollWrapper">
  31.        <div class="scrollableArea">
  32.             <img height="100"  width="100" src="img1.png" />
  33.             <img height="100"  width="100" src="img1.png" />
  34.             <img height="100"  width="100" src="img1.png" />
  35.             <img height="100"  width="100" src="img1.png" />
  36.             <img height="100"  width="100" src="img1.png" />
  37.             <img height="100"  width="100" src="img1.png" />
  38.            
  39.         </div><!--.scrollableArea-->
  40.         </div><!--.scrollWrapper-->
  41.  </div><!--.makeMeScrollable-->
  42.                        
  43.  
  44. <div id="tab3" class="makeMeScrollable">
  45.     <div class="scrollingHotSpotLeft"></div>
  46.     <div class="scrollingHotSpotRight"></div>
  47.        <div class="scrollWrapper">
  48.        <div class="scrollableArea">
  49.             <img height="100"  width="100" src="img1.png" />
  50.             <img height="100"  width="100" src="img1.png" />
  51.             <img height="100"  width="100" src="img1.png" />
  52.             <img height="100"  width="100" src="img1.png" />
  53.             <img height="100"  width="100" src="img1.png" />
  54.             <img height="100"  width="100" src="img1.png" />
  55.            
  56.         </div><!--.scrollableArea-->
  57.         </div><!--.scrollWrapper-->
  58.  </div><!--.makeMeScrollable-->
  59.                                                
  60.    
  61.  
  62. </div><!-- #tabs -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement