Jump to content
xt:Commerce Community Forum

CSS Weiche wird ignoriert


profound

Recommended Posts

Hallo,

ich habe folgendes Problem, ich habe in der general.js.php eine Weiche für den IE6 eingebaut. Setze ich den CSS link ohne die Abfrage wird er auch genommen. Die Conditional Comments werden aber nicht ausgeführt.

Hatte schon jemand das Problem und kann mir einen Workaround sagen?

Bestem Dank und Gruß

markus

<?php
/* -----------------------------------------------------------------------------------------
$Id: general.js.php 1262 2005-09-30 10:00:32Z mz $

XT-Commerce - community made shopping
http://www.xt-commerce.com

Copyright (c) 2003 XT-Commerce
-----------------------------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------------------------*/
// this javascriptfile get includes at every template page in shop, you can add your template specific
// js scripts here
?>
<script type="text/javascript"><!--
//--></script>

<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="templates/rextex/stylesheet_ie.css" />
<![endif]-->[/PHP]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...