Guest User

Untitled

a guest
Jun 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title></title>
  4. <style type="text/css" media="screen">
  5.  
  6. #sitemap-list {padding:0 0 0 5px; margin:0; list-style:none; font-weight:bold; line-height:10%; float:left;} /*1st level list*/
  7.  
  8. #sitemap-list li {padding:5px; margin-top:5px; font-size:13px; display: block; float:left;} /*1st level items*/
  9.  
  10. #sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 5px; font-weight:normal;} /*2nd level lists*/
  11.  
  12. #sitemap-list ul li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none; float: none;} /*2nd level items*/
  13.  
  14. </style>
  15. </head>
  16. <body>
  17. <ul id="sitemap-list">
  18. <li>
  19. <a href="interactive-services" title="Go to the Interactive Services page">Interactive</a>
  20. <ul>
  21. <li>
  22. <a href="web-creation-management" title="Go to the Web Creation & Management page">Web</a>
  23. </li>
  24. <li>
  25. <a href="email-marketing" title="Go to the Email Marketing Campaign Management page">Email Marketing</a>
  26. </li>
  27. <li>
  28. <a href="database-marketing" title="Go to the Database Marketing page">Database Marketing</a>
  29. </li>
  30. </ul>
  31. </li>
  32. <li>
  33. <a href="advertising-services" title="Go to the Advertising Services page">Advertising</a>
  34. </li>
  35. </ul>
  36. </body>
  37. </html>
Add Comment
Please, Sign In to add comment