For browsers < IE7, I want to use a certain style attribute, while for other browsers I\'d like to use another. Can I do this using a single css file, or do I have to do
You could use conditional comments:
I've found it to be the cleanest solution for this kind of thing.