Results 1 to 14 of 14

Thread: CSS and Netscape

  1. #1

    Thread Starter
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772

    CSS and Netscape

    I designed a web page using CSS to control the text appearance in a linked stylesheet. It works fine in IE, but in Netscape, any body text that is not in another tag doesn't even show up. It's there, because I can select it, but shouldn't it show up?
    Alcohol & calculus don't mix.
    Never drink & derive.

  2. #2
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    can you post the code?

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  3. #3
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    And the browser versions. When you say Netscape, I assume you are using Netscape 6 and not Navigator 4.
    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.

  4. #4

    Thread Starter
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    It is Communicator 4.77
    Alcohol & calculus don't mix.
    Never drink & derive.

  5. #5
    anoop007
    Guest
    NS 4.7's CSS support is terrible!!

    I learned that from hard experience

  6. #6
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    Yes, contrary to what Microsoft and Netscape may tell you, IE 4 and Navigator 4 do not support the W3C standards. There actually wasn't a standard when those browsers were released. IE's DOM is very close to the basis for the W3C stardard, and is often called DOM 0. Navigator was diverging, wanting to go into layers more and document less. I can't say who's approach was better.

    Netscape 6 should support CSS and CSSP. IE 4 is close enough that you may not notice a problem, but IE 5 should also support CSS and CSSP. And, as always, try Opera.

    I'm currently fighting with some JavaScript/DOM issues that work under IE4 and 5, but don't work under Navigator 4 or Netscape 6. I'm going to have to learn Netscape's DHTML to get it to work.
    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.

  7. #7
    scoutt
    Guest
    But Netscapes 4.77 is a new version so it should have more support for CSS1 and 2, but it don't. I too have problems with CSS in Netscape 4.x. I have never tried Netscape 6.0. Don't want to either. I read when you use style sheets you have to have 2 different ones and put them in certain order, like so

    <link rel="stylesheet" type="text/css" href="netscape.css" disabled>
    <link rel="stylesheet" type="text/css" href="explorer.css">

    that way explorer can get the right one by bypassing the disabled one and netscape doesn't understand the "disabled" so it takes the first one. if any of that makes since.

    Scoutt

  8. #8
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Actually, from what i have heard, (and seen) netscape 6 supports the CSS standard. You should be able to use just one style sheet for both. Take a look at http://www.brainjar.com, they have a lot of javascript/dhtml/css stuff for standards supporting browsers.

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  9. #9
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    all i have to say is why use Netscape? IE is much better and faster.

  10. #10
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    I think it's some kind of bizzare tradition...

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  11. #11
    anoop007
    Guest
    Yep!! Why use NS? There are better browsers .. IE and Opera for example..

    but still around 15% use NS.. we can't drive them away from our site can we?

  12. #12
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    But Netscapes 4.77 is a new version so it should have more support for CSS1 and 2, but it don't.
    As far as I know, all version of Netscape 4.x after 4.08 render things the exact same way. I almost think the only differences might be what extra software they make you download with them.
    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.

  13. #13
    scoutt
    Guest
    Originally posted by JoshT

    I almost think the only differences might be what extra software they make you download with them.
    I here you there. I hate AIM and it comes bundled with it. I use netscape because I like the way it looks and how it holds it's bookmarks, other than that when NS crashes (almost all the time) I end up using IE. Actually if you take a program and don't make it better, but just add your bundled software in it, what is the use. If I was making it and sent out a version that was .7 more (4.08 - 4.7) that is a big jump to not upgrade it to support CSS, I would have at least gave it support.

    Originally posted by Sail3005

    Actually, from what i have heard, (and seen) netscape 6 supports the CSS standard
    I meant to say that NS 4.x has to use it that way. I know NS6 has support for CSS. I just heard how bad it sucked and functioned, that is why I don't want to use it.

  14. #14
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    i must admit though that NS6 is verry good if u have a fast enough comp to run it fast enough. i am running a 166mhz 32MB ram and thats the only reason i dont use it, instead i am using my own custom made browser which NEVER crashes.

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