Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{style}
#main {
  height:51px;
  overflow:hidden;
  /*указать фон*/
}
#img{
  width:146px;
  height:51px;
  background-color:#f6f6f6;
  position:relative;
  z-index:1;
}
#text{
  position: relative;
  top:-44px;
  z-index:2;
  width:146px;
  height:0px;
}

a.rolljira
{
 display:block;
 width:146px;
 height:51px;
 background:#fff url(http://www.teamlead.ru/download/attachments/41943234/pure_dark_left.png?version=1&modificationDate=1281190736000) no-repeat center;
 overflow:hidden;
 cursor:link;
}
a.rolljira img
{
 visibility:hidden;
}
a.rolljira:hover
{
 background:0;
}
a.rolljira:hover img
{
 visibility:visible;
 border:0;
}




{style}