Valhalla Legends Archive

Programming => Web Development => Topic started by: mejal on August 15, 2003, 07:54 AM

Title: Menus
Post by: mejal on August 15, 2003, 07:54 AM
I am making a menu for a website. I have found a java class that is almost right. You can look at it here (http://www.valhallalegends.com/mejal/).

I would like it to show some kind of indication when the mouse is hovering over a submenu item. Does anyone know a menu system like that or do you think its possible to modify this one?
Title: Re:Menus
Post by: Grok on August 15, 2003, 08:31 AM
Cool effect.
Title: Re:Menus
Post by: Adron on August 16, 2003, 07:19 PM
It's possible to disassemble Java classes, but I don't know enough Java to do anything really good about it...
Title: Re:Menus
Post by: Banana fanna fo fanna on August 16, 2003, 10:25 PM
Type jad decompiler into google.
Title: Re:Menus
Post by: WinSocks on August 22, 2003, 08:50 PM
i made somethign similar in my Java Course, not really that hard to make, syntax and functions are similar to C++. I like the box sliding behind the text, but it seems to be a bit sluggish, i wonder what function he used for that o.O