Les avertissements suivants se sont produits :
Warning [2] Undefined array key 0 - Line: 1640 - File: showthread.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 1640 errorHandler->error_callback
/showthread.php 915 buildtree




Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
caractère invisible au début des pages HTML (code hexa : FFFE)
#10
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.
Répondre


Messages dans ce sujet

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)