PDA

View Full Version : microsoft front page question


nick800
02-06-03, 09:49 PM
how do you get a mouse over on something to create a list to pop out?

something like what happens when you mouse over
company or products on the chaintech site...

http://www.chaintech.com.tw/

Smokey
02-07-03, 09:44 AM
I dont use front page, but if you go to that link you posted, cant you just right click and select "show source", this should give you all the code you need ?

nick800
02-07-03, 11:05 AM
no that site uses a java script function which is kept in a js file on the webserver. I am trying to write a java script function to do the same, but in the meantime.. I was just trying to figure out if ya can do it simple with frontpage , but I guess ya can't.

Malameel
02-08-03, 02:36 AM
I use FrontpageXP and I want to know as well, but then again I never tried. I will be watching this thread...

nick800
02-08-03, 10:15 AM
hey mal, I found this open souce code thatdoes it well, http://javascript.internet.com/navigation/cascading-menu.html ...