how to use mouseover?

Friday, April 22, 2011 · 0 comments

We can use mouse over, over the any text or image. Through mouse over link you can redirect your visitor to any site which you want without Mouse click.

Mouseover is a technique where you can transfer your link. here is the specification of mouse over command.

1. If you want to use mouse over on text then this code is used for ti

<a href="target="new" " onmouseover="window.location='your url where you want to transfer';"  >  ......your text....</a>

2. If you want to use mouse over with image then this code is used

<a href="target="new"" onmouseover="window.location='url where you want to transfer ';"  ><img border="0" src="...image source " width="130" height="70" /></a>

Note:- this is the example for html code mouse over can be used in java script.

About this blog

All information regarding SEO tools, tips and techniques which are necessary for performing various SEO operations on a specific website.