Possible Duplicate:
What are the best ways to implement cross browser css?
I have a site that looks more or less the same in all browsers except Internet Explorer (version 7 and below). How do I create styles that only IE7 and below will recognize?
I have a site that looks more or less the same in all browsers except Internet Explorer (version 7 and below). How do I create styles that only IE7 and below will recognize? |
|||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
What you want are IE Conditional Comments:
|
|||
|
|