I'm not sure where to put this post.. . so I'll try it here.
I am learning on a test application. It works fine in IE and Firefox. I've had to learn to do a lot of IE specific stuff, but it is functioning in IE.
I just downloaded Netscape today and tested the application on Netscape (figuring it could be no worse than IE). I was wrong.
For starters Netscape stops execution of all html script after a comment. For instance:
Code: Select all
<div class="outer"><!---Outer starts here---->- Does anyone know why Netscape doesn't execute after an html comment?
- Is there a work around, I am still learning and using comments helps me track what I am doing?