Nov 15, 2001 #1 Bmcc81 Programmer Joined Nov 15, 2001 Messages 1 Location CA yeah Hi, i'm trying the drop down menu in Dreamweaver. (school project) I get the hidden layer showing up first before i click the button. i need the layer to show up after mouseclick. Much appreciated Bmcc-*81-
yeah Hi, i'm trying the drop down menu in Dreamweaver. (school project) I get the hidden layer showing up first before i click the button. i need the layer to show up after mouseclick. Much appreciated Bmcc-*81-
Nov 15, 2001 #2 TECHMAN007 Technical User Joined Nov 30, 2000 Messages 212 Location US Choose the Item(button) you would click to get the layer to go vis, open your behaviors and change onOver to onClick =). That should be it. *note- you can also edit the html code and just change the onOver to onClick, a much faster way. Upvote 0 Downvote
Choose the Item(button) you would click to get the layer to go vis, open your behaviors and change onOver to onClick =). That should be it. *note- you can also edit the html code and just change the onOver to onClick, a much faster way.