|
-
Mar 4th, 2002, 06:58 AM
#1
Thread Starter
Hyperactive Member
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
-
Mar 4th, 2002, 10:59 AM
#2
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.
-
Mar 4th, 2002, 11:57 AM
#3
Black Cat
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.
-
Mar 4th, 2002, 09:31 PM
#4
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.
-
Mar 5th, 2002, 01:45 AM
#5
Thread Starter
Hyperactive Member
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
-
Mar 5th, 2002, 11:46 AM
#6
Black Cat
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.
-
Mar 6th, 2002, 01:32 AM
#7
Thread Starter
Hyperactive Member
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
-
Mar 6th, 2002, 01:35 AM
#8
Thread Starter
Hyperactive Member
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
-
Mar 6th, 2002, 08:37 AM
#9
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.
-
Mar 6th, 2002, 10:17 AM
#10
Black Cat
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|