cwdlmdd
06-09-2003, 09:21 PM
I am new to javascript and have seen the show and hide being used many time but I haven't found much explaining how to use it. Cna this also be used in HTML without javascript?
Any sugestion?
Any sugestion?
|
||||
show/hidecwdlmdd 06-09-2003, 09:21 PM I am new to javascript and have seen the show and hide being used many time but I haven't found much explaining how to use it. Cna this also be used in HTML without javascript? Any sugestion? STDestiny 06-09-2003, 09:30 PM Can you link to an example of what you are talking about? -Andrew Mr J 06-09-2003, 10:29 PM Here a sort of example <div style="width:100;cursor:hand" onmouseover="DIV1.style.visibility='hidden'" onmouseout="DIV1.style.visibility='visible'">Mouse Me</div> <P><div id="DIV1" style="width:100;border:1 solid red">Hello World</div> cwdlmdd 06-09-2003, 10:45 PM If you go to this Web Site www.careerjournal.com they have something like I am talking about where you would mouseover a link on the navigation bar and a drop down menu apears with more links. Mr J 06-10-2003, 05:33 PM What you are after is a drop down menu cwdlmdd 06-10-2003, 10:53 PM I guess it is something like a drop down menu but I want it to be on the left side of the page. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum