Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-09-2003, 09:21 PM   PM User | #1
cwdlmdd
Regular Coder

 
Join Date: May 2003
Location: St. Peters MO
Posts: 100
Thanks: 0
Thanked 0 Times in 0 Posts
cwdlmdd is an unknown quantity at this point
show/hide

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?

Last edited by cwdlmdd; 06-09-2003 at 09:24 PM..
cwdlmdd is offline   Reply With Quote
Old 06-09-2003, 09:30 PM   PM User | #2
STDestiny
Regular Coder

 
Join Date: May 2003
Location: Manassas, VA, USA
Posts: 220
Thanks: 0
Thanked 0 Times in 0 Posts
STDestiny is an unknown quantity at this point
Can you link to an example of what you are talking about?

-Andrew
STDestiny is offline   Reply With Quote
Old 06-09-2003, 10:29 PM   PM User | #3
Mr J
Senior Coder

 
Join Date: Aug 2002
Location: UK
Posts: 2,789
Thanks: 2
Thanked 14 Times in 14 Posts
Mr J is on a distinguished road
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>

Mr J is offline   Reply With Quote
Old 06-09-2003, 10:45 PM   PM User | #4
cwdlmdd
Regular Coder

 
Join Date: May 2003
Location: St. Peters MO
Posts: 100
Thanks: 0
Thanked 0 Times in 0 Posts
cwdlmdd is an unknown quantity at this point
show/hide

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.
cwdlmdd is offline   Reply With Quote
Old 06-10-2003, 05:33 PM   PM User | #5
Mr J
Senior Coder

 
Join Date: Aug 2002
Location: UK
Posts: 2,789
Thanks: 2
Thanked 14 Times in 14 Posts
Mr J is on a distinguished road
What you are after is a drop down menu
Mr J is offline   Reply With Quote
Old 06-10-2003, 10:53 PM   PM User | #6
cwdlmdd
Regular Coder

 
Join Date: May 2003
Location: St. Peters MO
Posts: 100
Thanks: 0
Thanked 0 Times in 0 Posts
cwdlmdd is an unknown quantity at this point
Drop Down Menu

I guess it is something like a drop down menu but I want it to be on the left side of the page.
cwdlmdd is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:18 PM.


Advertisement
Log in to turn off these ads.