Results 1 to 10 of 10

Thread: Hr ???

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Kalix, Norrbotten, SWEDEN
    Posts
    343

    Hr ???

    I have made a style sheet where I set
    the HR tag to:

    Height: 1px;
    color: #000000;

    This looks like I want in IE, but not in Netscape.

    In Netscape the HR becomes two thin black lines
    beside each other, seperated with a white line.

    Looks like a small rectagular box.

    Can this be fixed??

    /Smirre
    Visual Basic
    C, C++
    Java
    Access
    SQL Server

    MCP, MCSD

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    I can't help you directly, but let me tell you something...
    Netscape is crap. They usually have their own "thing" going regarding these matters.

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    The CSS box model would go something like this in determining total height:

    margin-top + border-top + padding-top + height + padding-bottom + border-bottom + margin-bottom = total height taken on screen.
    Make sure you use the correct !DOCTYPE to put IE in CSS standards compatibility mode so IE renders the CSS correctly. If you're checking in a Gecko-based browser (NS6+, Mozilla), it will render the tag correctly, where IE will not without the correct !DOCTYPE switch and a DTD url.
    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.

  4. #4
    scoutt
    Guest
    Netscape is not crap it is just a little ackward. 75% of the time there is a work around.

    try doing that line in a div.

    personal opinion......... Netscape is better than IE. IE will let code crappy code and it doesn't care. But Netscape will not run that crappy code so you know you made a mistake. NS makes you a better coder.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Kalix, Norrbotten, SWEDEN
    Posts
    343
    Netscape sucks!!!

    When then internet was young the Netscape ruled the land, but these days it just plain sucks.

    Why doesnt Netscape start following IE??? The biggest on the market sets the rules, this is on all the markets. This way we can have some sort of standard. But not in the browser world, no no !!!

    I know i'm going to get alot of crap by saying this, but I'm no Microsoft freak, trust me, but I dont like the idea of having to make several diffrent versions oof my codes to just work properly.... That is so wrong

    /Smirre
    Visual Basic
    C, C++
    Java
    Access
    SQL Server

    MCP, MCSD

  6. #6
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    www.w3.org sets the standards, not MS. Code to them are you're pages will work fine in all recent browsers. Browsers created before the standards obviously couldn't have implemented them.

    I know i'm going to get alot of crap by saying this, but I'm no Microsoft freak, trust me, but I dont like the idea of having to make several diffrent versions oof my codes to just work properly.... That is so wrong
    But this is all MS's fault to begin with in the first place.
    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.

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Kalix, Norrbotten, SWEDEN
    Posts
    343
    You can stand still in the devlopment and get left by the train, or jump on the the train....

    /Smirre
    Visual Basic
    C, C++
    Java
    Access
    SQL Server

    MCP, MCSD

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Kalix, Norrbotten, SWEDEN
    Posts
    343
    W3 org, you think....

    the biggest on the market controls how the market should develop....


    You get a sort of monopoly by being the biggest. THIS is a fact.

    /Smirre
    Visual Basic
    C, C++
    Java
    Access
    SQL Server

    MCP, MCSD

  9. #9
    scoutt
    Guest
    Originally posted by Smirre
    You can stand still in the devlopment and get left by the train, or jump on the the train....

    /Smirre
    you go ahead and jump on that train. me I will code for Netscape4.79 which is only 2-3 months old and have it so everybody can get top my site. don't code for Netscape and you will be surprised on how many people dn't make it to your site.

    to each their own.

  10. #10
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    No, MS is a member of the W3 body. There browser's tend to support the standards (IE on Mac was the first to have decent CSS support). MS then sticks a boatload of proprietary extensions to encourage people to do what you do, and that then defeats the purpose of having standards.
    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.

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