Topic: CSS: body in NS4 (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-08-2001 13:13 |
Maniac (V) Inmate From: under the bed |
posted 05-08-2001 13:30
Try losing the quotes. You only need quotes if the name of the font is tow seperate words (seperate as in no hyphen...like "Lucida Console"....for example). |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-08-2001 13:37
hm. thanks for your help DL-44, but there's still no change. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-08-2001 14:54 |
Bipolar (III) Inmate From: Berlin, Germany |
posted 05-08-2001 14:55
i had the same problem some times ago, but didn't see any solution how NN handel the 'body {font-family}' thing. my last solution was, that i put the body text into the <span class="yourclass">-tag. this will set the font in NN. |
Bipolar (III) Inmate From: Berlin, Germany |
posted 05-08-2001 15:39
hehe |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-08-2001 16:09 |
Neurotic (0) Inmate Newly admitted Neurotic (0) Inmate Newly admitted |
posted 05-08-2001 17:13
it is easier/more efficient if you do it like this: |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-08-2001 23:33 |
Neurotic (0) Inmate Newly admitted Neurotic (0) Inmate Newly admitted |
posted 05-09-2001 00:52
i think the only "legal" method of commenting in css is like this: /* this is commented */ this is not commented. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-09-2001 03:17
Annoyingly, Netscape Nav doesn't support the "cascading" part of "cascading style sheets"... what you originally had *should* have worked, but NN is evil. |
Neurotic (0) Inmate Newly admitted Neurotic (0) Inmate Newly admitted |
posted 05-09-2001 04:24
well, the annoying part of css validation means that my sites will never validate because i dont define background-color for my paragraphs, tables, lists, etc. i rely on the "cascading" part of css to take care of that for me, since body is already defined with a bg color. |
Maniac (V) Mad Scientist From: the west wing |
posted 05-09-2001 22:24
then why not do a background-color : transparent; statement? That's validated, and works just fine if you want to declare something... |
Neurotic (0) Inmate Newly admitted Neurotic (0) Inmate Newly admitted |
posted 05-10-2001 00:59
apparently, youve missed my point. why must i define something that is already that way by default? not all browsers have default white background (i believe ie3 and ie2 are both grey, probably a few others as well), but i dont know of a single browser that does not have default paragraph background as anything other than transparent. |