![]() Preserved Topic: CSS and Netscape (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: in your head |
![]() 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 |
![]() |
Paranoid (IV) Inmate From: in your head |
![]() Well I can't post it because it not published yet... |
Maniac (V) Inmate From: there...no..there..... |
![]() 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 |
![]() NN4 and CSS is pain in the ass. |
Bipolar (III) Inmate From: Berlin (almost) |
![]() 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 |
![]() IE4 is excluded, as far as I know. It is a nice hack to exclude older browsers. |
Paranoid (IV) Inmate From: in your head |
![]() I dont' get this sash... |
Maniac (V) Inmate From: there...no..there..... |
![]() Ducati: |
Paranoid (IV) Inmate From: in your head |
![]() I think I will just take those styles out and redirect to the right page.. |
Paranoid (IV) Inmate From: in your head |
![]() ok.. so should I code for NN 4 something or not??? |
Bipolar (III) Inmate From: Berlin (almost) |
![]() 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 |
![]() 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 |
![]() But still.. when I take the style out, it still looks like shit in NN! God I hate that stupid browser!!!!!!!!!! |