The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Change signature linked image opacity on hover?

2 posters

Go down

Solved Change signature linked image opacity on hover?

Post by boffer10 August 10th 2010, 5:54 pm

This code changes the opacity of the image links in my nav bar when hovered. I want to do the same thing for image links in my signature.

nav bar opacity:
I haven't been able to figure out how to do it. Any help?
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Change signature linked image opacity on hover?

Post by RoNo August 10th 2010, 11:24 pm

Change opacity of hovered image links in signatures with this.
Code:
.postbody .signature_div a img:hover {
   filter:alpha(opacity=70);
   -moz-opacity: 0.65;
   opacity: 0.65;
   }
phpbb3
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Change signature linked image opacity on hover?

Post by boffer10 August 11th 2010, 12:44 am

You da man, RoNo! Change signature linked image opacity on hover? 728280
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Change signature linked image opacity on hover?

Post by RoNo August 11th 2010, 12:47 am

RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum