28/04/2010, 18:13:32
dans mon gabari j'ai ceci:
....
{stylesheet}
...
{literal}
<!--[if lte IE 6]>
<style type="text/css">
#pagewrapper {width:expression(P7_MinMaxW(720,950));}
#container {height: 1%;}
</style>
<![endif]-->
{/literal}
{* The min and max page width for Internet Explorer is set here. For other browsers it's in the stylesheet "Layout: Left sidebar + 1 column" *}
</head>
<body>
<div id="pagewrapper">
...
</div>
Et dans un de mes CSS j'ai ceci:
div#pagewrapper {
margin-left: 0; /* this left wrapper */
max-width: 80em; /* IE wont understand these, so we will use javascript magick */
min-width: 60em;
}
Est ce qu'ils peuvent rentrer en conflit l'un avec l'autre.
....
{stylesheet}
...
{literal}
<!--[if lte IE 6]>
<style type="text/css">
#pagewrapper {width:expression(P7_MinMaxW(720,950));}
#container {height: 1%;}
</style>
<![endif]-->
{/literal}
{* The min and max page width for Internet Explorer is set here. For other browsers it's in the stylesheet "Layout: Left sidebar + 1 column" *}
</head>
<body>
<div id="pagewrapper">
...
</div>
Et dans un de mes CSS j'ai ceci:
div#pagewrapper {
margin-left: 0; /* this left wrapper */
max-width: 80em; /* IE wont understand these, so we will use javascript magick */
min-width: 60em;
}
Est ce qu'ils peuvent rentrer en conflit l'un avec l'autre.