Bonjour,
Voici un petit test sur IE6 (windows xp sp3),
pour lequel la règle !important est prise en charge !
Si quelqu'un a une explication...
Modifié par <wared> (20 Dec 2008 - 08:04)
Voici un petit test sur IE6 (windows xp sp3),
pour lequel la règle !important est prise en charge !
Si quelqu'un a une explication...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans nom</title>
<style type="text/css">
<!--
#monDiv {
width: 100px;
height: 100px;
}
#monDiv {
background: red !important;
}
#monDiv {
background: green;
}
-->
</style>
</head>
<body>
<div id="monDiv"> </div>
</body>
</html>
Modifié par <wared> (20 Dec 2008 - 08:04)