טוב אני אביא לך את הקוד שלי ותשחק איתו.
אצלי הוא עובד ב FF ו IE.
CSS:
קוד:
ul{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
list-style-image: url(style.png);
list-style-position: inside;
margin: 2px;
margin-right: 5px;
padding: 0px;
width: auto;
height: 20px;
}
ul:hover{
background-color: #EAEAEA;
color: #666666;
HTML:
HTML קוד:
<ul>
<li>text</li>
</ul>
<ul>
<li>text</li>
</ul>