Sent by Brandon Oto on 17 October 2002 06:06
on 10/16/02 9:55 PM, Stephanie Sullivan at [EMAIL-REMOVED] mumbled
something about:
> OK... I'm having big frustrations with a NN4 issue... The background is
> this-- I've got a successful PHP switcher mechanism in place... I need to
> hide some styles from NN... I don't want to use the @import method due to my
> switcher...
The method I usually use, to combine @import hiding with a switcher:
Put all the main positioning in the @import, everything big. Then, (assuming
you want to give NN4 SOME styles) create a link'd file that has the
NN4-specific rules.
Finally, create a second link'd sheet that's got nothing but the simple
formatting and whatever else you want to be switching with your CSS
switcher. This is the sheet you swap around, so create variations of it. The
@import'd sheet and the main link'd one stay put; the switcher only changes
this one.
Work for you?
- Brandon Oto