Advertisement
Mikaela

Updates Tab 3

May 22nd, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <ul id="countrytabs" class="shadetabs">
  2. <li><a href="#" rel="country1" class="selected">Links</a></li>
  3. <li><a href="#" rel="country2">Updates</a></li>
  4. <li><a href="#" rel="country3">Dates</a></li>
  5. <li><a href="#" rel="country4">Rate</a></li>
  6. </ul>
  7.  
  8. <div style="border:1px solid gray; width:168px; margin-top:-19px; padding: 10px; margin-left:20px; border-color:#cccccc; position:fixed; font-size:10px;">
  9.  
  10. <div id="country1" class="tabcontent">
  11. Updates here<br>
  12. Updates here
  13. </div>
  14.  
  15. <div id="country2" class="tabcontent">
  16. Updates here<br>
  17. Updates here
  18. </div>
  19.  
  20. <div id="country3" class="tabcontent">
  21. Updates here<br>
  22. Updates here
  23. </div>
  24.  
  25. <div id="country4" class="tabcontent">
  26. Updates here<br>
  27. Updates here
  28. </div>
  29.  
  30. <script type="text/javascript">
  31.  
  32. var countries=new ddtabcontent("countrytabs")
  33. countries.setpersist(true)
  34. countries.setselectedClassTarget("link") //"link" or "linkparent"
  35. countries.init()
  36.  
  37. </script></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement