I posted this on the Java area but maybe it wasn't appropriate there. I sure hope someone can help! I am a graphic designer who has developed a few simple web sites for people, I am developing a site for a small community where I live.
I want it to look really nice, and I would like to have an effect of pop-up or cascading menu items. I have a few scripts but they are for text menus, I'd like to accomplish the same thing using gfx.
If you have any idea on how I can accomplish this or if you have any suggestions, I would really appreciate it. I am new here and I'm not sure who to ask.
Originally posted by Rosebud I would like to have an effect of pop-up or cascading menu items. I have a few scripts but they are for text menus, I'd like to accomplish the same thing using gfx.
Don't be alarmed of the fact that it uses text. You can eliminate the text and replace it with an image. Maybe you can use what you already have this way.
Example: TEXT
<a href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()">My Web Page</a>
Example: IMAGE
<a href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()"><img src="smile.gif"></a><br>
Pain is weakness leaving the body!
"There is no spoon" - that freaky kid in 'The Matrix'
"Losers go home and whine about doing their best, winners go home and screw the prom-Queen." - Sean Connery 'The Rock'
Bookmarks