I have a quick JavaScript question. I was wondering if there’s a way to make a div called #post li span to show up (appear) when you hover over the div “#post li” ? It’d mean a lot if someone could provide me with a code.
I have a quick JavaScript question. I was wondering if there’s a way to
Share
In older IE’s you won’t have access to the :hover pseudo class on none anchor tags. so you can use javascript like this:
check out jQuery hover for more info on how it works