On Jul 16, 7:55 am, Barry van Oudtshoorn <[email protected]>
wrote:
> What doctype are you using? It may be that if you're in quirks mode
> (in your Dreamweaver version), things aren't working 100%. Try changing
> your doctype to HTML5 (use <!DOCTYPE html> at the top of your page), and
> see if that helps.
>
> --
> Barry van Oudtshoornwww.barryvan.com.au
>
> Not sent from my Apple πPhone.
yup, tried it, still didn't work. I found a work-around and did
document.getElementById(a.get('id')).style.display = 'none';
instead. Is this ok? Would this have compatibility issues with other
browsers?
Regards,
kazuo