netmonkey Posted February 26, 2002 Share Posted February 26, 2002 If you didn't know, the CSS didn't work right for adventure developer on netscape 6. I figured out why. It's the quotes... this is what you've got: A:link { text-decoration: none; color: "#A5C65D"} and this is what you should have: A:link { text-decoration: none; color: #A5C65D } Without quotes, it works on netscape! amazing, huh? That's it. I'm a genius Link to comment Share on other sites More sharing options...
Schmatz Posted March 10, 2002 Share Posted March 10, 2002 Netscape? You mean someone actually uses that? Link to comment Share on other sites More sharing options...
telarium Posted March 10, 2002 Share Posted March 10, 2002 This is exactly why I hate HTML. Link to comment Share on other sites More sharing options...
Haxaty Posted March 14, 2002 Share Posted March 14, 2002 You shouldn't hate html for that! You should blame all the different browsers, who interpret the code differently. Link to comment Share on other sites More sharing options...
Yoha Posted March 18, 2002 Share Posted March 18, 2002 I keep getting yelled at cuz my sites don't work right with some browser called Opera... darn odd browsers.... Link to comment Share on other sites More sharing options...
raVen_image Posted March 18, 2002 Share Posted March 18, 2002 I liken Opera to an Italian sportscar. The people own own these cars, tout their superiority, but you'd never know it, because they are always up on blocks or being serviced. Same with the Opera browser. People who use it claim it's great, but it seems to have numerous issues with javascipt. http://home.hiwaay.net/~taylorc/www/user-agents/opera/javascript-bugs/ While, I enjoy the milage I get when I drive my Iexplorer. Link to comment Share on other sites More sharing options...
Haxaty Posted March 18, 2002 Share Posted March 18, 2002 Although I do have problems with Opera, I still think it's the best browser around. You wouldn't believe the speed with which it loads websites! Awesome! I used to be a Internet Explorer only guy, but I messed it up beyond repair (windows still thinks it works properly, hahahaha). And then Netscape, the newest version is sooooooo slow and very unstable. Link to comment Share on other sites More sharing options...
Remi Posted March 18, 2002 Share Posted March 18, 2002 Originally posted by raVen_image Same with the Opera browser. People who use it claim it's great, but it seems to have numerous issues with javascipt. http://home.hiwaay.net/~taylorc/www/user-agents/opera/javascript-bugs/ While, I enjoy the milage I get when I drive my Iexplorer. Heh, that site is talking about Opera 3.6 - Opera is currently on version 6, which has no problems with standard JavaScript. A lot of JS out there is sadly written specifically for IE, without thinking about standards. If developer's thought a little further they would be able to write JS/DHTML/whatever code which would be compatible with MSIE4+, Netscape 6 and Opera, no problem. Link to comment Share on other sites More sharing options...
telarium Posted March 18, 2002 Share Posted March 18, 2002 Originally posted by remio Heh, that site is talking about Opera 3.6 - Opera is currently on version 6, which has no problems with standard JavaScript. A lot of JS out there is sadly written specifically for IE, without thinking about standards. If developer's thought a little further they would be able to write JS/DHTML/whatever code which would be compatible with MSIE4+, Netscape 6 and Opera, no problem. Actually, I was just trying Opera 6 the other day only to discover that a javascript you helped me write a few months ago does not work in it! Sometimes I feel like welcoming a Microsoft monopoly with open arms. Link to comment Share on other sites More sharing options...
Remi Posted March 18, 2002 Share Posted March 18, 2002 Right, I should probably include myself in the list of people who should develop more Opera friendly code. Link to comment Share on other sites More sharing options...
Alien426 Posted March 19, 2002 Share Posted March 19, 2002 The newer versions of Opera have this built-in banner thingie, right? I'd hate that. I know what you mean with IE messing up. I had that a lot some time ago. Even re-installed Windows because of it. I'm currently using IE5 but know that IE 5.5 should be better (in IE5 you can't copy images' properties with [CTRL]+[C]...). Yet I'm afraid to install 5.5 because it could mess up some things which are really hard to repair (i.e. how it reacts to links to MP3s and M3Us which I use to listen to my music offline). Link to comment Share on other sites More sharing options...
Alien426 Posted March 19, 2002 Share Posted March 19, 2002 That's just so very great! 3 minutes ago Outlook crashed. Of course it took IExplore and subsequently Kernel32 with it. Aaaargh! Not again! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.