Wednesday, May 23, 2012

Re: html5 css3 in cakephp

echo $this->Html->css(
'iphone',
'stylesheet',
array(
'media' => 'only screen and (max-device-width: 480px)'
)
);

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 23 May 2012, at 07:14:23, Ethan Lim wrote:

But one issue is css3 media query.

      If i do in cakePHP
           
           $this->Html->css('iphone');
     
       but the original tag is
  
            <link rel="stylesheet" href="css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" />

how do you replicate the same tag using cakePHP Html Helper?

On Thursday, June 9, 2011 12:57:58 PM UTC+8, Krissanawat Kaewsanmuang wrote:
cakephp is complatible for css3 and html5 or not
somebody these capabilities include sub used or not.


thank

--
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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: