PDA

View Full Version : Simple rollovers in Fireworks/dreamweaver


ugh
18-03-08, 06:32 PM
Salaams does anyone have a work sheet explaining in simple english how to do rollovers in Javascript? The program I'm using are Macromedia Fireworks and Dreamweaver 8 at college

:jkk:

mashcaster
18-03-08, 06:47 PM
Assuming you're talking about image rollovers, why javascript rollovers, why not css rollovers?

css rollovers are so much cleaner and less clumsy in my opinion.

Phoenix CG
18-03-08, 06:49 PM
first in fireworks make your two images
save them as image1 and image2

now open dreamweaver go to insert>image objects>rollover image

the rest is just fill it in press ok and walla (btw its javascript)

ugh
18-03-08, 07:07 PM
Assuming you're talking about image rollovers, why javascript rollovers, why not css rollovers?

css rollovers are so much cleaner and less clumsy in my opinion.

Its for a basic site

just started learning about CSS a few days ago - it's probably the coolest thing we have learned - but the assignment requires:
To fully achieve M2 and M3 you will need to implement JavaScript, CSS, a Java applet and ASP into the site

ugh
18-03-08, 07:10 PM
first in fireworks make your two images
save them as image1 and image2

now open dreamweaver go to insert>image objects>rollover image

the rest is just fill it in press ok and walla (btw its javascript)


جزاك الله خير so much!

Phoenix CG
19-03-08, 11:48 AM
waiyaaki

Suliman
19-03-08, 12:45 PM
http://www.designmeme.com/articles/cssrollovers/

This is from the first page on a Google search.

I STRONGLY recommend you using CSS rather than javascript. Only use javascript if it's the only option.

And as the site says....

Why would you use CSS instead of Javascript?


Less code for you to write and debug
50% fewer image files to create / update
50% fewer images to download saves bandwidth
Changing the text and rollover colours is fast and easy.Insha Allah this helps.

ugh
19-03-08, 03:02 PM
جزاك الله خير great site!!

JavaScript, CSS, a Java applet and ASP all gotta be in the site, not too sure what ASP is even

Suliman
19-03-08, 06:41 PM
جزاك الله خير great site!!

JavaScript, CSS, a Java applet and ASP all gotta be in the site, not too sure what ASP is even

An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are executed on the server

http://www.w3schools.com/asp/asp_intro.asp