Kazuo, We could help you with this if we had 1 or 2 things. Either the actual java script you are having a problem with, aka the button click event code, or a link to the jsfiddle demo working or not so we could see the code . as it stands best we can do is guess.
On Fri, Jul 16, 2010 at 1:17 PM, KaZuo <[email protected]> wrote: > 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
