Page 1 of 1

how to fit the web page in all screen type in php

Posted: Fri Jul 01, 2011 4:13 am
by kalaithamil
Hai.........
i created a web page using div concept if i minimise this page the content of the webpage go down so how to display the content that is suited for all screen size.

Re: how to fit the web page in all screen type in php

Posted: Fri Jul 01, 2011 5:43 am
by social_experiment
CSS (and maybe javascript) is what you are looking for

Re: how to fit the web page in all screen type in php

Posted: Fri Jul 01, 2011 9:15 am
by ATLChris
PHP is a server side scripting language. You will have to accomplish this through a client side scripting language like CSS/HTML/JAVASCRIPT.