hello
I have several thumbnails on my site that link to other websites.
I am try to find a way of the thumbnails changing as they are moused over to indicate a link.
any help gratefully received.
many thanks
nev
There are several CSS trick that I like for hover effects on images. Here
is one.
Open the Style Editor and create a new Tag style:
Tag: a img:hover
Name: (leave blank)
Now open the Extended Style Editor, make a new attribute
Name: opacity
Value: 0.4 (that’s 40% - make it whatever you want)
When you mouse over an image that has a link applied to it, it will fade
and reveal the background color. Works in all modern browsers and IE 9 and
above.
–
Ernie Simpson
On Sat, Nov 24, 2012 at 12:58 PM, Nev smith email@hidden wrote:
hello
I have several thumbnails on my site that link to other websites.
I am try to find a way of the thumbnails changing as they are moused over
to indicate a link.
any help gratefully received.
many thanks
nev