RE: [WSG] Modify class (hope to bring closure ;-)

2003-11-26 Thread Taco Fleur
display == 'none') ? 'inline' : 'none'; return; } } } replaceRule( document.styleSheets[0], '.national' ); -Original Message- From: >>> Vaska Design [mailto:[EMAIL PROTECTED] Sent: Wednesday, 26 November 2003 8:03 AM To:

Re: [WSG] Modify class (hope to bring closure ;-)

2003-11-25 Thread >>> Vaska Design
YOUR LIST IN HERE... #masterdiv just has some margin information...nothing special... good luck...vaska > It's only for one object, ie. the object with an id assigned. > > -Original Message- > From: Cade Whitbourn [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 25 Novemb

RE: [WSG] Modify class (hope to bring closure ;-)

2003-11-24 Thread Taco Fleur
Nope that won't help, thanks anyway.. It's only for one object, ie. the object with an id assigned. -Original Message- From: Cade Whitbourn [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 November 2003 2:44 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Modify class (hope to bri

Re: [WSG] Modify class (hope to bring closure ;-)

2003-11-24 Thread Cade Whitbourn
Not sure if this will help, but it's a solution I copied from Zeldman quite a while back... function toggle( targetId ){ if (document.getElementById){ target = document.getElementById( targetId ); if (target.style.display == "none"){ target.style.display = ""; } else {

[WSG] Modify class (hope to bring closure ;-)

2003-11-24 Thread Taco Fleur
Title: Modify class Hi Guys,   I just wanted to touch the subject again, as it did not bring closure to my problem last time, ie. most of you pointed me in the right direction but I still don't have it working fully, Lindsay; your example did display the hidden items but it did not hide the