javascript
Brief description  about Online courses   join in Online courses
View Sathvik Reddy Chaganti 's Profile

why the page differs in googlechrome from internet explorer

why the page differs in googlechrome from internet explorer?when i open in google chrome it is nice,when i open in internet explorer it is differ?
Asked by Sathvik Reddy Chaganti | Jun 25, 2012 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi

You can try using this code different css for IE6 7 8
Hi

<link href="abc.css" rel="stylesheet" type="text/css" />

<!--[if IE 6]>
<link href="cd.css" rel="stylesheet" type="text/css" />
<![endif]-->

<!--[if IE 7]>
<link href="ef.css" rel="stylesheet" type="text/css" />
<![endif]-->


siliconindia home page also i used same you can go through the code.


Regards
Jul 1, 2012