MyBB Community Forums

Full Version: link name onmouseover
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
for example this codes

<a href="http://s778.photobucket.com/albums/yy69/NecroPsycho/?action=view&amp;current=icon-scribd.png" target="_blank"><img src="http://i778.photobucket.com/albums/yy69/NecroPsycho/icon-scribd.png" border="0" alt="Photobucket"></a>

how to add onmouseover code inside it
Are you trying to add

[Image: f4756c667a7d4c49abed83b.png]

when you hover over it?
nope want add name of site when hover it
You could try this

<img src="url" alt="Site Name" title="Site name"/>
Yeah - I was giving an example of the first one I found Toungue

(2012-06-07, 08:24 PM)Ted B Wrote: [ -> ]You could try this

<img src="url" alt="Site Name" title="Site name"/>

This.
thank guys