ich habe zwar schon gesucht, bin aber leider nicht fündig geworden, aber das schöne daran ist, dass ich nun auch endlich mal einen Post machen kann.
Momentan bin ich dabei ein schickes Menü in Form von CSS einzufügen. Im Firefox sieht das ganze auch ganz klasse aus, der IE braucht nach dem Stylesheet, im Headbereich noch diesen Zusatz:
Code: Select all
<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]-->

Code: Select all
string(121) "Smarty error: [in template:20 line 11]: syntax error: unrecognized tag: float:left; (Smarty_Compiler.class.php, line 446)" string(111) "Smarty error: [in template:20 line 11]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)"
Code: Select all
<title>{sitename} - {title}</title>
{metadata}
{stylesheet}
<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]-->
</head>
</__body>
Vielen Dank für alle Posts im Voraus.
Zacki