Forum Moderators: open
I'd like to get it to work on all browsers. It goes slightly odd on Opera (although that is a beta version).
works well on mozilla - apart from one section.
We have a flash version so this is only an alternative.
Would anyone care to comment on browser usage, also any pointers on cross broswer code would be helpful.
Ben
Most browsers will render standards compliant code well, NN4 is the exception. It is a bad browser, pure and simple.
<edit>Typo correction</edit>
When we build sites for clients we make it work in NN4+, iE4+, mac/pc.
unfortunately ie 4.5 on a mac is equally bad.
Our current site uses lots of dhtml and i'm getting frustrated by the support in NN4. I can get stuck on some javascript for a whole day. I'm by no means an expert but learn very quickly.
I find it hard to get help/support with javascript cross browser issues.
Any forums for that would be a great help if you know of any.
Our current site uses lots of dhtml and i'm getting frustrated by the support in NN4.
I love using dhtml, but NN4 all but doesn't support it. I find that I end up using a detection script to detect for NN4 and import 1 CSS for it, and import a "proper" CSS for everything else. A bit more work initially, but saves you in the long run in trying to get your dhtml to work on NN4 without losing the nice functionality.
I find it hard to get help/support with javascript cross browser issues.Any forums for that would be a great help if you know of any.