Adding mouseover function to a sidebox
The sidebox for PayPal verified sellers has a mouseover feature, which tells customers to click on the seal to verify the seller's verified status. How can I duplicate this for the blank sidebox module? I have a picture of the Facebook logo and another of the Twitter logo. I want a message to pop up saying "Fan us on Facebook" and "Follow us on Twitter" when customers hold their mouse over the respective images.
If it helps, my website is www.queencharlottesoaps.com. Thank you.
EDIT: Also, is there a way to center those two images in the sidebox? I tried the HTML center tags, but that did not work.
Re: Adding mouseover function to a sidebox
That's done with the 'title' statement in your <img> tag:
<img src="includes/templates/my_template/images/verification_seal.gif" alt="Click to Verify" title=" Click to Verify " width="100" height="100" />
#facebooktwittersideboxContent {text-align:center;}
Those images don't show up in IE8. I can't see the reason.
Re: Adding mouseover function to a sidebox
Quote:
Originally Posted by
stevesh
Those images don't show up in IE8. I can't see the reason.
What usually causes images not to show up in IE? How can I address this?
Does anyone know?