Designing a platform independent page

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
Live24x7
Forum Contributor
Posts: 194
Joined: Sat Nov 19, 2011 9:32 am

Designing a platform independent page

Post by Live24x7 »

O.k - CSS is not my forte
What are the things to be kept in mind, if i want a webpage to display nicely in all possible screen sizes -
from a phone screen upto jumbo screens and -(fliud layout).

one that i got elsewhere -
1. use width = 100%
what about fonts, images etc ?

Any other suggestions ??
Last edited by Live24x7 on Wed Dec 21, 2011 11:04 pm, edited 1 time in total.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Disgning a platform independent page

Post by Celauran »

Live24x7 wrote:What are the things to be kept in mind, if i want a webpage to display nicely in all possible screen sizes -
from a phone screen upto jumbo screens
Not likely to happen. I'd have a separate mobile site and try to redirect based on user agent.
Post Reply