Hi,
I've got the following problem. On a site i'm building I have made a navigation system that uses 2 layers of items. First the main sections and when you click (onClick) on one of them an image with subitems appears below. For this subitems i use an imagemap to bind the links to the image area's. On a pc this works really fine but on a mac it does the weirdest thing. The first page that is called directly works very fine but when i've clicked on a sub item and i'm on the new page then the imagemaps arent used anymore, so i can only go one step and no further. Has anyone experienced this before or know how to solve it? Please let me know.
Regards,
RUtger
sounds more like a browser issue to me than a platform issue. have you tried other browsers on the mac? have you run your code through the javascript debugger?
I agree, it is a browser problem.
Why don't Netscape and IE stick to the w3c HTML 4 standard? If it's a standard, shouldn't their be no difference?
Same question except for javascript and DHTML.
I would say that giving them the benefit of the doubt, it is like a matter of time in implementation. Just because a standard exists doesn't meana browser automatically can make it work. Someone has to code the implementation of the standard and that takes time and people.