CCS & NetScape
Hi,
Some of you propably know I'm making an Intranet for only IE4. The site is done for 99,99% (as a site is never done) and just for fun I viewed the site with Netscape Communicator 4.6.
Then I saw that most of my CSS-declarations were not showing up in NS (in IE4 they do).
For example:
.inputconf{border-width:1;border-style:dotted;border-color:black;background-color:fffff6;}
<input type="text" class="inputconf">
has no effect in NS.
What am I doing wrong??
Thanx in advanx,
Jack
Shakespeare: onclick || !(onclick)
merlin posted this at 14:57 — 31st January 2000.
They have: 410 posts
Joined: Oct 1999
it doesn't mean for sure, you're doing something wrong.
there are quite a lot of commands that are not supported by NN.
the probably most common:
a:hover {...}
John Pollock posted this at 05:06 — 1st February 2000.
He has: 628 posts
Joined: Mar 1999
It's true, the INPUT, or any form element cannot make use of a style sheet in NS yet. It just doesn't support it, and I haven't seen any trick to get around it...yet.
Java Script: A Beginner's Guide
Page Resource
Jack Michaelson posted this at 07:33 — 1st February 2000.
He has: 1,733 posts
Joined: Dec 1999
Thanks for reply Alibababa,
I know some CSS-features are not supported by NS. But I just can't believe that even an <input type> is not to alter in NS.
Who gives the solution(s)?
Jack
Shakespeare: onclick || !(onclick)
Jack Michaelson posted this at 07:26 — 2nd February 2000.
He has: 1,733 posts
Joined: Dec 1999
Sigh!
Jack
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.