Click to See Complete Forum and Search --> : onmouseover and list-style-image


paolodina
09-16-2003, 04:25 AM
Hi guys, what is wrong in the folliwing sentence?



<li style="list-style-image: url(http://blabla/articles/shoes/shoesBlackWhite.gif)"
onmouseover="this.style.list-style-image='url(http://blabla/articles/shoes/shoes.gif)'">

<a href="http://blabla/articles/shoes/shoes/">Shoes</a>

</li>



Internet Explorer gives an error, and Mozilla doesn't execute the code.

I'm sure that it's _really_ a silly error and you can find it in a couple of seconds ;)

Thanks

-paolo

Charles
09-16-2003, 05:05 AM
<li style="list-style-image: url(http://forums.webdeveloper.com/images/icons/icon9.gif)" onmouseover="this.style.listStyleImage = 'url(http://forums.webdeveloper.com/images/smilies/wink.gif)'"><a href="http://blabla/articles/shoes/shoes/">Shoes</a></li>