Quantcast

How to call css with ie6 or ie7

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How to call css with ie6 or ie7

suttipong Pratum
How to coding css with cakePHP 

 
 
  <!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><![endif]-->

  <!--[if IE 7]><link rel="stylesheet" href="style.ie7.css" type="text/css" media="screen" /><![endif]-->


thank you

sodaZa

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to call css with ie6 or ie7

MetZ
 <!--[if lte IE 8]>
     <?php 
echo $this->Html->css('ie');
echo $this->Html->script(array('ie/html5'));
?>
        <![endif]-->

kl. 14:48:37 UTC+2 tirsdag 7. august 2012 skrev suttipong Pratum følgende:
How to coding css with cakePHP 

 
 
  <!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><![endif]-->

  <!--[if IE 7]><link rel="stylesheet" href="style.ie7.css" type="text/css" media="screen" /><![endif]-->


thank you

sodaZa

--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to call css with ie6 or ie7

suttipong Pratum
thank you Metz

2012/8/9 MetZ <[hidden email]>
 <!--[if lte IE 8]>
     <?php 
echo $this->Html->css('ie');
echo $this->Html->script(array('ie/html5'));
?>
        <![endif]-->

kl. 14:48:37 UTC+2 tirsdag 7. august 2012 skrev suttipong Pratum følgende:
How to coding css with cakePHP 

 
 
  <!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><![endif]-->

  <!--[if IE 7]><link rel="stylesheet" href="style.ie7.css" type="text/css" media="screen" /><![endif]-->


thank you

sodaZa

--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 



--
Sincerely  

Noom .  086 688 5686

--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Loading...