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

arronmattwills

Well-known member
Registered
Joined
Dec 23, 2013
Messages
191
Points
18
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

Member
Registered
Joined
Jul 25, 2013
Messages
30
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...
 

Matt

Global Mod
Staff Member
Joined
Jul 1, 2012
Messages
82
Points
18
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
7
Views
7,234
Replies
6
Views
5,027
Replies
8
Views
5,408
Replies
0
Views
3,214
Newer Threads
Replies
6
Views
6,108
Replies
14
Views
8,463
Replies
5
Views
4,454
Replies
6
Views
4,356
Replies
3
Views
4,731
Latest Threads
Replies
1
Views
122
Replies
1
Views
883
Replies
1
Views
689
Replies
0
Views
291
Recommended Threads
Replies
4
Views
3,788
Replies
15
Views
18,814
Replies
3
Views
4,765
Replies
2
Views
2,156
Replies
6
Views
11,462

Latest postsNew threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

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