<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS Lists: Inline Bullet Positioning 1</title>
  <style type="text/css">
   .li { list-style: url(/resources/images/box-12x12) disc inside; display: list-item; background: red; }
   .img { background: green; }
   div { position: absolute; top: 3em; left: 3em; margin: 0; padding: 0; border: 0; font-size: 2em; }
  </style>
 </head>
 <body>
  <div class="li"></div>
  <div class="img"><img src="/resources/images/box-12x12" alt="FAIL"/></div>
 </body>
</html>
