Tuesday, March 27, 2012

Re: Layout

put the listview above your container in html and In your css:

#LeftlistView {
    float: left;
    width: 15%;
    clear: both;
}

#container {
    width: 85%;
    float: right;
    margin: 0 auto;
}




On Tue, Mar 27, 2012 at 11:53 AM, alexkd <amstin.study@gmail.com> wrote:
According to the above code
How can I show a patient list in left side?

--
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

--
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: