Reputation: 3695
How I can define css files for different browsers? For Example I want that if a User use the firefox that a div is width='1000px' and if a User use IE 7- 9 or higher have a div witdh='800px'.
I work with ASP.NET and C#. What can I do if I want make a Application for more Browser?
Upvotes: 1
Views: 100
Reputation: 709
You want to use condicional css by each caste this maybe help you
http://css-tricks.com/how-to-create-an-ie-only-stylesheet/
Upvotes: 1