PDA

View Full Version : javascript guru's enter here... I need help!



vdub
11-30-2002, 06:33 PM
ok, most of you probably know the script that brings the opacity of the image from 50% to 100% as you roll over it... like on the side 'tile' links I created on the blackfoot page ( must have IE5+ to see it)

http://www.blackfootonline.com/HTML/home.html

But...

I would like the image on roll over to appear through an opacity increase instead of the traditional 'swap image' routine.

for example
http://www.creative-concepts.ca/test/html/home.htm

notice how it looks so unprofessional how the nav bar changes so dramatically as you roll over it? I like the softer aproach.

I'm trying to do the site completely free of flash, so please help me...:(

Thanks!!

chad

[Edited on 30-11-2002 by vdub]

MinistryD
11-30-2002, 06:38 PM
Hey vdub instead of using complicated JavaScript and DHTML, Layers etc why not just use a gif for the rollover image. You can have the gradual lighting appear and it will be low in filesize too.

Just one way of doing it!!! :roll

Unfortunately I'm not really well grounded in JS, I know a bit but nothing advanced. Hope you find what you're after!!! :cool:

Good Luck.

vdub
11-30-2002, 08:00 PM
oh yeah! duh... sometimes I try to overkill the small stuff.

THanks buddy.