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.
how to fit the web page in all screen type in php
Moderator: General Moderators
-
kalaithamil
- Forum Newbie
- Posts: 3
- Joined: Fri Jul 01, 2011 4:04 am
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: how to fit the web page in all screen type in php
CSS (and maybe javascript) is what you are looking for
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: how to fit the web page in all screen type in php
PHP is a server side scripting language. You will have to accomplish this through a client side scripting language like CSS/HTML/JAVASCRIPT.