Been working on a new site. Comments, Opinions?

Sorry to hijack this thread, but whats the best way to get content to look right for multiple broweser sizes? programming? or can it be done in css/html

I always get complaints that people with smaller screens have to scroll around lol

Anyone got any links to info?
 
You can use liquid layouts for multiple screen resolutions as it will resize itself to the available screen space.

You could also create a different version of the page [or rather its CSS] for mobile devices. Then you could use something like PHP or ASP to serve that particular CSS/page when it detects the client is a mobile device.
 
Back
Top Bottom