- Home
- Categorie
- Coding e Sistemistica
- HTML e CSS
- css su IE e FF
-
css su IE e FF
salve,
ho il seguente problema!
css x firefox
.a { width:100px;}
mentere per Ie
devo usare
.a { width: 105px;}
x evitare di usare due file css diversi, come posso usarli nello stesso file css?
-
<!--[if lte IE 6]>
.a { width: 105px;}
<![endif]-->
-
e per firefox e safari?
-
se è ie ha dare problemi il codice è
.a { width:100px;}
<!--[if lte IE 6]>
.a { width: 105px;}
<![endif]-->