Andrea, Piero, e tutti gli altri intenditori, io vi evoco
,
vi chiamo a me per assolvere ad un compito arduo: impostare un css (o più) che siano compatibili con tutti i browser esistenti.
Io ho fatto questo, ma per altri browser datati ed obsoleti, non ho niente...
codice:
<link rel="stylesheet" type="text/css" href="/style.css" />
<!--[if lte IE 6]>
<style type="text/css" media="screen, projection">
div#content{height:1%} /*risolve il peekaboo bug e il 3 pixel jog*/
</style>
<![endif]-->
<!--[if IE 5]>
<link rel="stylesheet" type="text/CSS" href="/style_ie5.css">
<![endif]-->
<!--[if IE 5.5]>
<link rel="stylesheet" type="text/CSS" href="/style_ie5.5.css">
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" type="text/CSS" href="/style_ie6.css">
<![endif]-->
Come lo trovate? E' buono come impostazione?
Datemi qualche dritta su come li avete impostati voi, non conosco bene l'import per esempio, ma ho sentito che ci sono altri metodi in giro, e visto che sono nel posto giusto...