|
| |||||||
![]() | Welcome to iWEBTOOL Talk, where you talk about
webmaster-related stuff.
1 Register
2 Browse the board
3 Discuss whatever may interest you! | |||||||||||||
![]() |
| | Thread Tools | Search this Thread | Display Modes |
| | #1 |
| Member Join Date: Feb 2006 Location: Melbourne, AU
Posts: 41
![]() | In this following script, box 2 opens of you clock box 2. Box 1 opens of you click box 1. But if you click box 1 and 2 or box 2 and 1, they are both open at the same time. I don't want that. I want it so that of box 2 is open and you click box 1, box 2 closes, and vice versa. Basically, I just need to have one box open at a time. Does anyone know how to edit this file so that it works like that? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> <script> function HideandUNhideObj(ThisObj){ if((nav = document.getElementById(ThisObj)).className == 'myHide') nav.className = 'myShow'; else nav.className = 'myHide'; } </script> <style> .myHide { display: none; } </style> </head> <body> <a href="#" onclick="HideandUNhideObj('box1');">Box 1</a> | <a href="#" onclick="HideandUNhideObj('box2');">Box 2</a> <div id="box1" class="myHide"> Box 1<br /> </div> <div id="box2" class="myHide"> Box 2<br /> </div> </body> </html> MrLeN
__________________ News and Entertainment |
| |
|
| |||||||
| | #2 |
| Registered Member Join Date: Dec 2005
Posts: 1,543
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Replace your <script></script> with the following; HTML Code:
__________________ Wanna thank someone? Give 'em a rep. More info. |
| |
| | #3 |
| Junior Guru | That or I use the following: HTML Code:
Hope this helps! HTMLGuy
__________________ yaxal releases '07 |
| |
(Threads which have no activity for more than 30 days are automatically closed.) |
| Quick Reply | ||
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Show Ur Site | Albert Tai | Websites for Sale | 1 | 11-04-2006 04:45 PM |
| Better links: Do not hide reciprocal link site | 123_free_links | Links for Sale | 0 | 05-19-2006 04:33 AM |
| Exchange links: reciprocal link page shall not hide | 123_free_links | Links for Sale | 0 | 05-19-2006 04:27 AM |
| SHOW-OFF: my domains | Z_T | Domain Name | 2 | 12-27-2005 12:54 AM |