Pramod
Pramod

Reputation:

separate css for mozilla 3.5 and 3.0.11

Is their any option for calling separate css for mozilla 3.5 and 3.0.11

Upvotes: 1

Views: 341

Answers (1)

chaos
chaos

Reputation: 124297

You can analyze the user agent in a server-side scripting language and produce different output, specifying different stylesheets, for those browsers.

If you're meaning to ask whether you can use conditional comments for the purpose, no, you can't; conditional comments are an IE thing.

Upvotes: 3

Related Questions