Re: [pmwiki-users] IE CSS Compatability (cont)

2007-07-08 Thread Christian
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
 pmwiki-users@pmichaud.com
 http://www.pmichaud.com/mailman/listinfo/pmwiki-users


   


___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] IE CSS Compatability (cont)

2007-07-08 Thread Kathryn Andersen
On Sun, Jul 08, 2007 at 04:55:33PM +0100, Christian wrote:
 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.

As well as, not instead of.
 
Kathryn Andersen
-- 
 _--_|\ | Kathryn Andersen  http://www.katspace.com
/  \| 
\_.--.*/| GenFicCrit mailing list http://www.katspace.com/gen_fic_crit/
  v | 
| Melbourne - Victoria - Australia - Southern Hemisphere
Maranatha!  |   - Earth - Sol - Milky Way Galaxy - Universe

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] IE CSS Compatability (cont)

2007-07-06 Thread Christian
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?

the reason i ask, is because i cant get it to work. if any of you take a 
ganders at it in IE you will notice that the left bar is ..well not on 
the left.

works in Firefox, but not ie. my brain will explode.

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users