Log in

View Full Version : DIV, mouseover hover and url options



LtJerryMouse
05-01-2008, 03:56 PM
Hello All -

I am not sure if this done via CSS or JavaScript, so I will post in both forums. Does anyone know and can provide any code example of the mouseover hovering effect as on the following page?

http://www.adobe.com/products/?ogn=EN_US-gn_prod

When you hover your mouse on a product item, it displays the options for
* Buy * Try * Learn more

Appreciate any help on this.

Thanks,

Lt. Jerry Mouse

dobbin
05-01-2008, 04:15 PM
It looks like it is done by javascript check the page souce.

rangana
05-02-2008, 12:55 AM
DD has a number of it:
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
http://www.dynamicdrive.com/dynamicindex1/popit.htm
http://www.dynamicdrive.com/dynamicindex1/dropdowncontrol.htm

fermanaziz
05-07-2008, 09:01 AM
you can make div:hover {background-color:gray;}

but it will not work in I.E..you have use javascript for it

Medyman
05-07-2008, 01:12 PM
This question has been answered in this thread (http://www.dynamicdrive.com/forums/showthread.php?t=32060). This thread can probably be deleted and/or closed.