Показать сообщение отдельно
  #6 (permalink)  
Старый 22.11.2015, 14:27
Аватар для рони
Профессор
Отправить личное сообщение для рони Посмотреть профиль Найти все сообщения от рони
 
Регистрация: 27.05.2010
Сообщений: 33,124

DENERIK,
вариант
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title> - jsFiddle demo</title>
  <style type='text/css'>
    .b224 {
background: rgba(50, 50, 50, 1);
}
.b225, .b225:hover ~ img {  left:0%;
background: rgba(255, 255, 255, 1);
}
.b226, .b226:hover ~ img {  left:33%;
background: rgba(127, 127, 127, 1);
}
.b227, .b227:hover ~ img {  left:66%;
background: rgba(0, 0, 0, 1);
}
span {
   width: 33%;
   height: 10px;
   display:  inline-block;
   position: absolute;
   bottom: 0px;
}
td{
  position: relative;
}

  </style>
</head>
<body>
  <center>
<table border="0" cellpadding="0" cellspacing="0px" class="b224">
<tr>
    <td colspan="3">
    <span class="b227"></span><span class="b226"></span><span class="b225"></span><img src="http://gamingicons.ucoz.com/_ph/2/2/85136050.png?1448147031">
    </td>
</tr>
<tr>

</tr>
</table>
</center>

</body>

</html>
Ответить с цитированием