How to overcome responsive web design IE 8 browser issue using css?

arronmattwills

New member
Joined
Dec 23, 2013
Messages
322
Points
0
Hi friends, recently we have worked on a responsive website.
We know that responsive website consists of html 5 and css 3 tags and properties.
We have used html 5 properties like article, section, header and footer.
But these tags Internet explorer doesn't support.
For that we have changed html 5 tags to divs.
After replacing the div s in place of html 5 tags also it is not working.
It is due to media queries issue.

So we have created a separate c s s file for Internet explorer 8 and it's below versions. In the following format.
<!--[if lte IE8 ]>
<link type="text/css" href="ie8.css" rel="stylesheet" />
<![endif]-->
So here lte means less than or equal to.

Some where i have read there will be a hacking problem with this code. But as far as information based websites it will not effect, we can use it.

Please write your responses, if you have faced like this problem earlier.
 

deadmix

New member
Joined
Jul 25, 2013
Messages
35
Points
0
Thank you so much for this small article but that fix the IE issue.. i don't understand why it's always the Internet Explorer which make issues on websites.. all other browsers are compatible and updated in order to handle the html5 and css3 new proprieties and attributes, but Microsoft is always so old...
 

yestyle

New member
Joined
Jul 1, 2012
Messages
189
Points
0
I'm rare using this code :D
Code:
<!--[if lte IE8 ]>
<link type="text/css" href="ie8.css" rel="stylesheet" />
<![endif]-->
I often use a css file and my web template are compatible with all browsers, all IE versions :D, I suggest you should check when you are designing your web layouts on all browsers. It will avoid errors on different browsers
 
Older threads
Replies
4
Views
2,452
Replies
5
Views
3,084
Replies
10
Views
8,655
Replies
14
Views
32,901
Replies
6
Views
4,508
Newer threads
Replies
1
Views
3,410
Replies
9
Views
3,893
Replies
6
Views
5,024
Replies
16
Views
10,353
Latest threads
Replies
1
Views
113
Replies
0
Views
125
Replies
0
Views
173
Replies
5
Views
443
Recommended threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top