PDA

View Full Version : Pull Down Menu Problem (Should Be Easy To Answer)



sdrawkcaB
July 26th, 2003, 01:59 PM
When you make it so you enter a value for, lets say a divider, such as "------------" to seperate different types of links, how do you make it so it doesnt have a link, it just does nothing when its clicked?

nobody
July 26th, 2003, 02:02 PM
Set the link to "#" I <b>think</b>

sdrawkcaB
July 26th, 2003, 04:14 PM
Ahhh..That makes it so it goes to the current page and stays and whatnot, is there any way to get rid of the click? So it isn't even a link anymore?

nobody
July 26th, 2003, 08:02 PM
I'm not entirely sure, did you try leaving it blank?

sdrawkcaB
July 27th, 2003, 03:52 AM
Yea it messes up.

DigitalPimp
July 27th, 2003, 04:57 AM
instead of # do javascript:void(0);

sdrawkcaB
July 28th, 2003, 12:17 PM
^Thats the ticket.