On 8/3/06, Geoff wrote:


see: http://centricle.com/ref/css/filters/

@import url('styles.css'); /* excludes NS4, Mac IE5 */
@import 'styles.css'; /* excludes NS4, IE4, Mac IE5 */


I guess I'll have to try this.

Right now I have this in the head of all my html pages:
<style type="text/css" media="screen, projection">
@import "css/base.css";
/*\*//*/ @import "css/ie5mac.css"; /**/
</style>

.. which I got from Thierry's "CSS Branching Techniques" at
http://www.tjkdesign.com/articles/branching.asp. I wonder why these
other methods aren't mentioned there. If they were, I'd probably have
decided right from the start to exclude IE5/Mac.

I presume my current code means IE5/Mac gets my base.css along with my
ie5mac.css, and I need to change it to reflect what you have shown me
here.
Majorly scary stuff here. I can see me changing it, uploading, and
then have 3000 people ring up to say the site is broken. heh.



There really is no need to give it an unstyled
look or a separate stylesheet when adding a couple of filters will fix
things.


well, yes, there is, really. If I can't test for it, I don't see the
point in dishing up ANYthing to it ... yea?
And I've just seen browsershots shots, and it's a complete and utter
disaster. The site is built on A List Apart's "negative margins"
layout .. I guess there is something about that that it doesn't like
:(

(not-at-all)sunny.


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to