Coderifous
Programmer
I'm a perl programmer, but I routinely have to mess with Javascript. My goal is ( as always ) to have the same ( or atleast similar ) results on both IE and Netscape.
In general, I am able to get results using IE much easier than I am with Netscape. Even with simple stuff. What is it with Netscape that precludes it from parsing JS half as well as IE? I don't believe that IE is able to read my mind and just know what I want to see happen, but I swear that's what's happening.
I have a page with seven layers ( <div> content </div> )
and I set their style attribute to 'hidden' ( yes, each <div> has a unique ID, and I set their positions to absolute with in the style parameter ). In IE, it's beautiful, you see nothing. In Netscape, voila! All but the first div are visible. What the hell?
I have problems like this all the time. Why doesn't someone decide on a standardized browser? I swear - it would be much easier.
OK, I'm done ranting. Thanks guys.
--Jim
In general, I am able to get results using IE much easier than I am with Netscape. Even with simple stuff. What is it with Netscape that precludes it from parsing JS half as well as IE? I don't believe that IE is able to read my mind and just know what I want to see happen, but I swear that's what's happening.
I have a page with seven layers ( <div> content </div> )
and I set their style attribute to 'hidden' ( yes, each <div> has a unique ID, and I set their positions to absolute with in the style parameter ). In IE, it's beautiful, you see nothing. In Netscape, voila! All but the first div are visible. What the hell?
I have problems like this all the time. Why doesn't someone decide on a standardized browser? I swear - it would be much easier.
OK, I'm done ranting. Thanks guys.
--Jim