Preserved Topic: CSS and Netscape (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: in your head |
posted 03-17-2002 01:03
I created this order form and used css to make fields nice. Everything looks nice and peachy in Opera and IE but when I go to NC the fields are all messed up. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 03-17-2002 08:38 |
Paranoid (IV) Inmate From: in your head |
posted 03-18-2002 00:50
Well I can't post it because it not published yet... |
Maniac (V) Inmate From: there...no..there..... |
posted 03-18-2002 01:36
I think that your problem is that version of Netscape. It doesn't support any of your CSS except for the stuff that is for the fonts. The rest of that, border and background color etc. . . is not going to show up in NN4.7 |
Paranoid (IV) Inmate From: Canada, Toronto |
posted 03-18-2002 03:18
NN4 and CSS is pain in the ass. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 03-18-2002 07:21
Sash, that sounds like a good way of excluding older versions of Netscape... but do IEs (4+), Opera and NN6 understand it, or are some of them excluded, too? |
Paranoid (IV) Inmate From: Canada, Toronto |
posted 03-18-2002 13:54
IE4 is excluded, as far as I know. It is a nice hack to exclude older browsers. |
Paranoid (IV) Inmate From: in your head |
posted 03-18-2002 14:05
I dont' get this sash... |
Maniac (V) Inmate From: there...no..there..... |
posted 03-18-2002 14:51
Ducati: |
Paranoid (IV) Inmate From: in your head |
posted 03-18-2002 21:51
I think I will just take those styles out and redirect to the right page.. |
Paranoid (IV) Inmate From: in your head |
posted 03-19-2002 04:44
ok.. so should I code for NN 4 something or not??? |
Bipolar (III) Inmate From: Berlin (almost) |
posted 03-19-2002 07:14
Ducati, I would create one style sheet for Netscape without those form borders and all the things it doesn't display correctly, and link to it like this: code: <link rel="stylesheet" href="css/nn-styles.css" type="text/css" />
code: <style type="text/css" media="screen">
|
Nervous Wreck (II) Inmate From: sj, ca, usa |
posted 03-19-2002 23:46
in NN4.x (and even NN6.0 & 6.1), there is a problem with formatting form fields (height, width, etc..) so netscape prefers to use the size=xx attribute of the input tag.. not sure if this is what you're referring to, but this is something i've had trouble with in the past... my $0.02 |
Paranoid (IV) Inmate From: in your head |
posted 03-22-2002 13:06
But still.. when I take the style out, it still looks like shit in NN! God I hate that stupid browser!!!!!!!!!! |