[TYPO3] TemplaVoila CSS IE Hacks

Rob De Vries spam_this at pandora.be
Wed Apr 12 11:52:06 CEST 2006


Hey Joerg,

I don't know how templavoila add stylessheets in the head, but why don't 
you just include them with some basic TS ?


page.headerData.30 = TEXT
page.headerData.30.value (
<link href="fileadmin/template/css/css1.css" rel="stylesheet" 
type="text/css" />
<link rel="stylesheet" type="text/css" 
href="fileadmin/template/css/css3.css" title="normaal" />
<link rel="alternate stylesheet" type="text/css"
<!--[if IE]>
   <style type="text/css">body {behavior: 
url(fileadmin/template/css/csshover.htc);}</style>
   <link href="fileadmin/template/css/IE-debug.css" rel="stylesheet" 
type="text/css" >
<![endif]-->
)

rob



More information about the TYPO3-english mailing list