Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <UL>
    <li>
      <a class="clearfix" href="http://www.rambler.ru" >
        <img class="picture lcol" src="http://img.rl0.ru/pgc/c144x90/53ff22fe-af82-18e1-af82-18ee19e1d8c8.photo.0.jpg"/>
      </a>
      <div class="lines">
        <div>Автор <a href="http://www.google.com">Вася</a></div>
        <div>Новость <span>Название новости</span></div>
      </div>
      
    </li>
  </UL>
</body>
</html>
 
li {
  list-style: none;
  border: 1px solid red;
  position: relative;
}
li > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lines a {
  position: relative;
}
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers