I am trying to add facebook "like button" and twitter "tweet button" to the list, my list structure is:
<list> <listItem> <iframeContainer> <iframe/> </iframeContainer> </listitem> </list>
css:
listItem iframeContainer {display:none;} listItem:hover iframeContainer {display:block;}
IE7 / 8: the problem is that the mouse moves around the iframe and listItem loses focus.
I tried to fix it csshover.htc, but it did not fix it.
It works great in other browsers.
you can check it right here:
http://bit.ly/hsFtq6
you need to register on the site, it's easy and fast :)
thanks
source share