Davoud, Yes, you are correct.
I was simply responding to Ren's question about writing out styles specific to http user-agents. Granted, there are the IE conditional comments, and the myriad CSS hacks that allow you to target specific browsers. I don't view the CSS hacks specifically as "user-agent" targeting, because they simply address how certain browsers read/parse information in CSS stylesheets. That is not, in my mind, user-agent targeting. As an aside... I do use IE conditional comments, but find most browser-specific CSS hacks to be not to my liking. (It's a personal preference of mine, I prefer clean, simple code.) Instead, of CSS hacks, I simply create alternate sheets and use PHP (or JavaScript, if need be) to dynamically inject the correct LINK based on the user-agent. So my site will have a base level style sheet that covers 80% of things, then there might exist user-agent-specific style sheets to correct for browser-specific (Firefox vs. Safari vs. Opera vs. ????) differences. In addition, I might add subdomain-specific style sheets and/or media-specific style sheets. ...Rob tp://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/