PDA

View Full Version : CSS & Graphics Buttons



Arch_Angel_X
24 Jan 2007, 05:32 AM
Hey Guys,

I am just learning CSS and quite love it
I have questions:
I can't figure it out to create buttons from my own graphics and also,
I want it when its hover, its change to the other graphics buttons.

for example:
http://www.tanyamerone.com/

the main navigation of that site and also can someone tell me where I can find css tutorials to create this kind of form
http://www.golfandsave.ca/buyamembership.htm
(select region form)

thanks guy

Wickham
24 Jan 2007, 08:59 AM
Google "Mouseover javascript".

One link is:-
http://www.hypergurl.com/rolloverimage.html - make sure javascript is enabled.

You need two images for the buttons.

If you are using just different colors for the buttons there are pure CSS codes which don't need javascript:-
http://www.wickham43.supanet.com/tutorial/dropdownmenus.html
you use just part of the dropdown menu code without the dropdown, like the Advice button.

You can use pure CSS with two images:-
http://www.wickham43.supanet.com/tutorial/hoverpopups.html
the popups would be the same size as the original positioned in the same place;
but it is a bit fiddly to set up and perhaps javascript is easier.