hoverbox
css ohne style tags <style type="text/css"><!--
#box{
width: 300px;
padding: 5px;
padding-left: 8px;
border: 1px solid #e0e0e0;
background: #fff;}
#box:hover{
padding-left: 4px;
border-left: 5px solid #cc0000;
background: #eeeeee}
-->
</style> TESTSEITE
<div id="box">Boxeninhalt</div>