I cant seem to get anything out of this, could somone run me through the general placement and usage of this code.
i understand that its supposed to run the specified CSS instead of the regular one when IE is being used. but it doesn't seem to make any difference at all. so to confirm, i put this code, into my config.php? then make a .css file which is called ie_flexi.css and put it in the same place as my normal .css which is specified by the href? Patrick R. Michaud wrote: > On Fri, Jul 06, 2007 at 10:27:21PM +0100, Christian wrote: > >> i have put >> >> $HTMLHeaderFmt['ie'] = >> '<!--[if gte IE 6] >> <link rel="stylesheet" type="text/css" >> href="/pub/skins/flexi/ie_flexi.css" /> >> <![endif]-->'; >> >> into my config.php >> >> should this allow me to use a different css files if the browser is IE6, >> also if i put just IE will it work with any version of IE? >> > > You appear to be missing the closing angle bracket of > > <!--[if gte IE 6]> > > I generally use simply > > <!--[if IE]> > > in order to provide IE-specific content. > > Pm > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > > > _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
