Advertisement
Guest User

stylesheet.css

a guest
Jul 25th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #menu ul li{
  2. float: left;
  3. margin: 0 1px 0 0;
  4. height: 29px;
  5. overflow: hidden;
  6. background: url(images/bg_tab_right.gif) no-repeat right top;
  7. display: inline;
  8. }
  9.  
  10. #menu ul li a{
  11. display: block;
  12. padding: 8px 10px 10px;
  13. text-decoration: none;
  14. background: url(images/bg_tab_left.gif) no-repeat;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement