June 29, 200818 yr Hi Guys, It's my firs post in this forum YAAAAAA... just wondering if anyone know how burton.co.uk do the Hover Effect on Featured products where you can see the transparency for product title and product's description. Thanks
June 29, 200818 yr Hi Guys,It's my firs post in this forum YAAAAAA... just wondering if anyone know how burton.co.uk do the Hover Effect on Featured products where you can see the transparency for product title and product's description. Thanks Hi Dave, It looks like they have the price set up positioned absolutly over the image and are then using javascript to have the animation for the desciption. I do not know what javascript they are using but you could easily do something pretty similar with the jQuery javascript library. I do not know if you are familiar with the jQuery library but once you have it set up in xhtml and css (essentially you want to start with it looking like it does on hover) then use the jquery command .hide() on the description. Then set up the animation (something like the slide animations in jquery will look like the burton site) to run on hover. Hope that this helps. James
June 30, 200818 yr Author Guys, thanks for your helps, i used Prototype before and never tried JQuery.. but would these 2 javascript frameworks be interfere when they works together on the same page? I will take a look at JQuey and see how it goes. Cheers
Create an account or sign in to comment