RE: [WSG] Article: DL + DOM = cool FAQ page

2006-02-01 Thread Ted Drake
Nice work Thierry. I'm going to add this one to the library. I know there are plenty of hide/show examples out there. This one has a nice combination of clean code and attention to accessibility. Ted -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [WSG] Article: DL + DOM = cool FAQ page

2006-02-01 Thread Stephen Stagg
Is it just me, or does this example NOT work at all with safari? The technique may be the dog's wotsits but the page is just blank in Safari. Stephen On 1 Feb 2006, at 17:58, Thierry Koblentz wrote: The advantages of this solution: - It uses semantic markup. - It degrades nicely (hidden

Re: [WSG] Article: DL + DOM = cool FAQ page

2006-02-01 Thread Al Sparber
Stephen Stagg wrote: Is it just me, or does this example NOT work at all with safari? The technique may be the dog's wotsits but the page is just blank in Safari. Hmm. You're right. All I see is a blank page in Safari (Panther). -- Al Sparber PVII http://www.projectseven.com Designing with

Re: [WSG] Article: DL + DOM = cool FAQ page

2006-02-01 Thread Al Sparber
Thierry Koblentz wrote: Stephen Stagg wrote: Is it just me, or does this example NOT work at all with safari? The technique may be the dog's wotsits but the page is just blank in Safari. You're right, I get a blank page in Safari. Very weird. I know it worked with the previous version (using

Re: [WSG] Article: DL + DOM = cool FAQ page

2006-02-01 Thread Thierry Koblentz
Stephen Stagg wrote: Is it just me, or does this example NOT work at all with safari? The technique may be the dog's wotsits but the page is just blank in Safari. You're right, I get a blank page in Safari. Very weird. I know it worked with the previous version (using document.wrtie()), but

Safari issue SOLVED! - was Re: [WSG] Article: DL + DOM = cool FAQ page

2006-02-01 Thread Thierry Koblentz
It seems that adding the rel attribute to the link element through the DOM makes Safari go ballistic. Using the style element instead appears to do the trick. A new version of the script should be uploaded later today. Regards, Thierry | www.TJKDesign.com

Re: [WSG] Article: DL + DOM = cool FAQ page

2006-02-01 Thread Thierry Koblentz
Al Sparber wrote: Is it something I should know about Safari and the method used here? I'm not sure except that createElement is kind of fashionable but document.write is *much* more straightforward ;-) I agree, but the DOM police scares me... ;-) Thierry | www.TJKDesign.com (wondering why