Forum : Browser compatibility
Brief description  about Online courses   join in Online courses
View BONI RAMALAXMI THRIVENI 's Profile

Browser compatibility

I have tried with the following code in the CSS file for cross browser problem, but it is not working.

<link href="homeoutside/formozilla.css" rel="stylesheet" type="text/css" />
<link href="homeoutside/forie6.css" rel="stylesheet" type="text/css" />
<link href="homeoutside/forie7new.css" rel="stylesheet" type="text/css" />


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

<!--[if IE 7]>
<link href="homeoutside/forie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
Asked by BONI RAMALAXMI THRIVENI | Nov 18, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi

You need to put like this.


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

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

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


Regards
Nov 18, 2010