View Single Post
Old 06-08-2010, 09:17 PM   PM User | #6
Apostropartheid
The Apostate


 
Apostropartheid's Avatar
 
Join Date: Oct 2007
Posts: 3,215
Thanks: 16
Thanked 265 Times in 263 Posts
Apostropartheid is on a distinguished road
Quote:
Originally Posted by dhobbs1978 View Post
Unfortunately I am short on spare time so would rather not have to create optimised pages.
Short of actually reducing the text-size across the board, you'll have to either deal with it or you can set mobile-specific CSS. For current-gen devices (not sure what will happen with iPhone 4) you can use media queries, like this:
Code:
<link media="only screen and (max-device-width: 480px)" href="" type= "text/css" rel="stylesheet" />
Through this you can do any fixes or, even better, design your site to fit into a mobile environment.
__________________
Blog | Twitter
Useful links: W3C HTML Validator | W3C CSS Validator | HTML 5 Guide
CF: HTML & CSS Resources/Tutorials Thread | HTML & CSS Posting Rules and Guidelines
Remember: no link, no code, no help!
Apostropartheid is offline   Reply With Quote