C
Cricca
I want use the "Crossing Browser" technical for create a website for solve
some different behavior between the browsers.
I have searched news in internet and I find this page
http://www.dozarte.com/wordpress/20...-diversi-firefox-internet-explorer-7-e-ie-60/
For try some experiment I have create a sample page with this code
<html>
<head>
<title>Crissing Browser</title>
</head>
<body>
<!--[if IE]>
I am Internet Explorer
<![endif]-->
<!--[if 'Gecko']>
I am Mozilla Firefox
<![endif]-->
<!--[if Opera]>
I am Opera
<![endif]-->
<!--[if chrome]>
I am Google Chrome
<![endif]-->
<!--[if Webkit]>
I am Safari
<![endif]-->
</body>
</html>
If I open the page with Internet Explorer, all is ok, but with the other
browsers the page open is all blank.
Where is my errore?
Someone can help me?
Tanks
Cricca
some different behavior between the browsers.
I have searched news in internet and I find this page
http://www.dozarte.com/wordpress/20...-diversi-firefox-internet-explorer-7-e-ie-60/
For try some experiment I have create a sample page with this code
<html>
<head>
<title>Crissing Browser</title>
</head>
<body>
<!--[if IE]>
I am Internet Explorer
<![endif]-->
<!--[if 'Gecko']>
I am Mozilla Firefox
<![endif]-->
<!--[if Opera]>
I am Opera
<![endif]-->
<!--[if chrome]>
I am Google Chrome
<![endif]-->
<!--[if Webkit]>
I am Safari
<![endif]-->
</body>
</html>
If I open the page with Internet Explorer, all is ok, but with the other
browsers the page open is all blank.
Where is my errore?
Someone can help me?
Tanks
Cricca