Results 1 to 18 of 18

Thread: Mozilla

  1. #1
    scoutt
    Guest

    Mozilla

    I thought Mozilla was supose to be good. I mean it is a lot faster than all the other ones, but it doesn't do half as much as NS4.xx

    dhtml forget it. render some css forget it

    what am I missing

  2. #2
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    I thought that Mozilla was still in beta??? or at least still being tested..

  3. #3
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Mozilla's just a test version of the next version of Netscape. What are you having troubles with. I think Mozilla is quite strict so it may be that you have an error or something in your code, or you're writing IE specific code.

  4. #4
    scoutt
    Guest
    well I am under the impression that mozilla is a seperate browser than NS. made by a different company and all, open source too. so, all my ocde is not IE specific, it all works in NS just fine. Chris, the version I have is a beta but the version bvefore that wasn't.

    What are you having troubles with
    a lot. in my first post I said it will not do dhtml or css. the menu is written by www.brazza.com so it is compliant to all browser, or so I thought. and css font color didn't work. If my code works in NS4.xx there is no errors in it, at least I hope not.

  5. #5
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    I wrote a DHTML menu and it works in Netscape 6.1 but NOT Mozilla BETA correctly. Its one of the many bugs still in it...

    Mozilla is actually Netscapes future technology but its still not 100% up to working
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  6. #6
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    I always thought that Netscape used Mozilla as a base to build on sort of thing

  7. #7
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    hmm
    Copyright © 2000-2001 Netscape Communications Corporation. Portions of this code are copyrighted by Contributors to the Mozilla codebase under the Mozilla Public License and Netscape Public License.

  8. #8
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    Okay, the skinny...

    Mozilla is an OSS browser, it is a full-fledge, independent browser. It is not a Beta for Netscape or Netscape Future Technologies.

    Netscape and Mozilla share the same rendering engine, Gecko.

    Mozilla is currently in 1.0RC1. It is pretty much as stable as it is going to get. It is currently in a shake down stage.

    It is my understanding that Mozilla supports more of the CSS than any other browser. But I haven't tested every single feature. My suggestion is, double check the site before you critique Mozilla. Also, just because it displays like you want it to in IE or Netscape, doesn't mean the CSS is correct. Mozilla is much more strict about these things (as is Opera), which is why these browsers are faster than IE or Netscape (they don't waste time second guessing ignorant/lazy/or just plain stupid web developers).

    The W3C has an HTML and a CSS validator. Mind you, these are programs, which could have bugs themselves. But the documentation at the W3C is authoritative and definitive.

    As to DHTML/JavaScript, the documentation at developer.netscape.com should be the definitive resource, and it should try to stick to the ECMA 262 standards, which are outlined at the W3C for convienance.
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

  9. #9
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    Josh pulled up this page, which is a test in CSS.

    http://www.meyerweb.com/eric/css/edg...iral/demo.html
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

  10. #10
    scoutt
    Guest
    Travis, I am not going to argue with you on this friday, but I don't write webpages just so I can have errors in them. if it works in NS then I am happy as I don't care for IE. and Mozilla sucks as it is right this instances. it won't even render the dhtml menu I have and put it in the correct place. and the css I am talking about is very simple, colored text, nothing exotic. if it works in NS4.xx then I would expect it to work in all browsers. so if they use the same engine then why does NS6 work but not mozilla? these are my opinions of this browser, don't take them to heart.

  11. #11
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    No, I'm not offended. I personally have never used Mozilla, and I only use Netscape for testing with.

    You were saying that if it works in Navigator 4 then it should work everywhere? Navigator and Communicator are completely unaware of modern standards. I don't even worry about what does and doesn't work on them, and I wouldn't use them for any sort of testing.

    And I'm not worried about browsers keeping backwards compatiblity. That was a messy time, before the standards were set.

    Aside from that, if you want to show us the page and the style sheets, then we can double check that Mozilla is at fault. And if anyone has any desire to fight with the bug tracking system, we can submit a report.
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

  12. #12
    scoutt
    Guest
    well, you got me curious and I started reading some of brazza's paperwork on his menu system and it does have some errors in the css properties. but they are not that sever to make the menu not work properly, or so I thought.

    let me work on the bugs and see if it does the samething.

  13. #13
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    Like I said, Mozilla and Opera have traded forgiveness for speed. They will be more strict about the standards in an attempt to render them faster.
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

  14. #14
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    can anyone tell me if changing the scroll bar colour is in the CSS standard, because IE will do it but not Netscape or Opera.

  15. #15
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Originally posted by chrisjk
    can anyone tell me if changing the scroll bar colour is in the CSS standard, because IE will do it but not Netscape or Opera.
    No, it's not, and there's even a page at www.w3.org griping about this - if IE wants to claim CSS conformance, it has to do the correct thing and ignore tags not in the spec and not marked as proprietary, which it isn't doing by supporting this. There's also a Linux based browser listed in the gripe for supporting this as well.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  16. #16
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Anyway, I use Mozilla as my default browser at home nowadays - and I have RC1 on both my Windows 2000 machine and my Linux box - it is a good browser, it supports CSS better than either IE or Opera.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  17. #17
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Originally posted by JoshT
    No, it's not, and there's even a page at www.w3.org griping about this - if IE wants to claim CSS conformance, it has to do the correct thing and ignore tags not in the spec and not marked as proprietary, which it isn't doing by supporting this. There's also a Linux based browser listed in the gripe for supporting this as well.
    I though it was probably an IE-only thing. Oh well

  18. #18
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    Originally posted by JoshT
    Anyway, I use Mozilla as my default browser at home nowadays - and I have RC1 on both my Windows 2000 machine and my Linux box - it is a good browser, it supports CSS better than either IE or Opera.
    Doesn't surprise me.

    I've never used Mozilla before, and I went to download RC1. I didn't see a Win32 distribution that didn't have the phone-home-on-bug feature. I figured I would wait for 1.0 and try again.

    Even without the support, though, I love the MDI and mouse gestures in Opera. One day I might break down and pay for it to get rid of the banner ad.
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width