: How do I create styles for IE7 (and below)? 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
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?
More posts by @Kaufman445
1 Comments
Sorted by latest first Latest Oldest Best
What you want are IE Conditional Comments:
<!--[if lte IE 7]>
<link rel="stylesheet" href="ie7-or-less.css" type="text/css" />
<![endif]-->
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.