Tip: Click lines to highlight, hold ctrl/cmd to multi-select

http://codedumper.com/ukuve (12-Sep @ 14:26)

Syntax Highlighted Code

  1.  
  2. .head-bar
  3. {
  4.     clear:both;
  5.     overflow:hidden;
  6.     position:relative;
  7. }
  8. .head-bar ul,
  9. .head-bar ul li
  10. {
  11.     display:block;
  12.     margin:0;
  13.     padding:0;
  14.     list-style-type:none;
  15. }
  16. .head-bar ul li
  17. {
  18.     float:left;
  19. }
  20.  
  21. .head-bar ul
  22. {
  23.     position:absolute;
  24.     left:291px;
  25.     top:0;
  26.     padding-right:34px;
  27.     background-image:url(Images/top-menu-cap.gif);
  28.     background-position:right top;
  29.     background-repeat:no-repeat;
  30. }
  31. * html .head-bar ul
  32. {
  33.     left:0px;
  34. }
  35. .head-bar ul li a
  36. {
  37.     display:block;
  38.     float:left;
  39.     width:158px;

Plain Code


.head-bar 
{
    clear:both;
    overflow:hidden;
    position:relative;
}
.head-bar ul,
.head-bar ul li
{
    display:block;
    margin:0;
    padding:0;
    list-style-type:none;
}
.head-bar ul li
{
    float:left;
}

.head-bar ul
{
    position:absolute;
    left:291px;
    top:0;
    padding-right:34px;
    background-image:url(Images/top-menu-cap.gif);
    background-position:right top;
    background-repeat:no-repeat;
}
* html .head-bar ul
{
    left:0px;
}
.head-bar ul li a
{
    display:block;
    float:left;
    width:158px;

Permalink: http://codedumper.com/ukuve