Be a Supporter!

Transparent Rollover Html Button

  • 725 Views
  • 5 Replies
New Topic Respond to this Topic
RAWRoutLOWD
RAWRoutLOWD
  • Member since: Aug. 16, 2005
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Transparent Rollover Html Button 2007-12-08 17:45:03 Reply

Hey, I'm working on a redesign of my website. Can anyone tell me how to make one of those transparent rollover buttons? I want to make image icons where the opacity changes from maybe 50% to fully opaque.

Here's a preview of what I'm working on if you care: link

I appreciate any help that is given, thanks a lot!

-RAWR!

smulse
smulse
  • Member since: Mar. 24, 2005
  • Offline.
Forum Stats
Member
Level 31
Blank Slate
Response to Transparent Rollover Html Button 2007-12-08 17:58:24 Reply

a, a:link, a:visited { background: url ("link_bg_transparent.gif"); color: #hex; }
a:hover { background: url ("link_bg_solid.gif"); color: #hex;  } 
a:active { background: url ("link_bg_solid.gif"); color: #hex; }

Use CSS and transparent gif images?


BBS Signature
RAWRoutLOWD
RAWRoutLOWD
  • Member since: Aug. 16, 2005
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to Transparent Rollover Html Button 2007-12-08 18:05:38 Reply

No, the problem is that I want to apply a code to all my image icons so I don't have to keep on making a bunch of transparent .gif's.

Is there any possible way? Perhaps javascript?

RAWRoutLOWD
RAWRoutLOWD
  • Member since: Aug. 16, 2005
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to Transparent Rollover Html Button 2007-12-08 18:17:04 Reply

Oh, I figured out how to do it. Thanks anyway!

smulse
smulse
  • Member since: Mar. 24, 2005
  • Offline.
Forum Stats
Member
Level 31
Blank Slate
Response to Transparent Rollover Html Button 2007-12-08 18:22:50 Reply

This?


BBS Signature
condawg
condawg
  • Member since: Jan. 28, 2006
  • Offline.
Forum Stats
Member
Level 13
Gamer
Response to Transparent Rollover Html Button 2007-12-08 21:08:16 Reply

Also, compliments on the site.
I really like the design.
Much better then your current design.

Also again, hey Newgrounds! Been forever since I've posted.
Been busy.. Read alot of threads though, just haven't replied.