PDA

View Full Version : Starbucks mouseover



imagined
January 8th, 2004, 03:18 PM
How can I make a mouseover effect like in the starbucks website in both:

1) navigation menu and

2) the featured product, where images are constantly changing.

By the way, how do a make a little part of the website to show different pictures every so many seconds, and how did they make those rounded corners???

THANKS in advance!!!

Leo:red:

dinner dog
January 12th, 2004, 06:14 AM
Ok, most everything on the site is run via JavaScript...

1. This run useing javascript. If you go saveas in your browser and look in the files that are saved with the site there will be a file called "home_nav_v01.js". I DO NOT condone copying of work, so just learn from it, don't re use it.

2. The random change is done in the same way, only it also uses a timer to change the image/ selection.

3. the rounded corners are created as an image. eg (http://www.starbucks.com/images/homepage/home_cardtop_plain.gif).

hope it helps.

imagined
January 12th, 2004, 09:23 AM
Thank you very much! Will check it out.

Leo :pleased: