Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{style}
A {
 text-decoration: none;
}

A:hover {
text-decoration: none;
}

a.shopcart
{
 display:block;
 width:146px32px;
 height:51px32px;
 background:#ffffff url(http://www.teamlead.ru/download/attachments/43384990/shopping_cart.png) no-repeat center;
 overflow:hidden;
 cursor:link;
 text-decoration: none;
}
a.shopcart img
{
 visibility:hidden;
}
a.shopcart:hover
{
 background:0;
}
a.shopcart:hover img
{
 visibility:visible;
 border:0;
}
{style}