Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hello friends first time I am going to develop a website for mobile browsers. i am little bit confuse to how to set image and text size as per the browser in which its open. I am trying to get this but am stuck that how to get this. Following is my code

HTML

<div>
  <p>Test</p>
  <p><img src="images/Hrithik.jpeg" width="210" height="241" /></p>
</div>

CSS

img{max-width:100%;}
body{font-size:100%;}
div{font:8.5mm Arial, Helvetica, sans-serif; color:#666;}

Please help me how to fix this

Thanks in advance :)

share|improve this question
1  
please show your output – NullPoiиteя Sep 11 '12 at 6:17
see my code in my question... – Kamal Sep 11 '12 at 6:23
use % instead of absolute value. – NcJie Sep 11 '12 at 6:43
To target mobile phones you should use @media CSS queries: w3.org/TR/css3-mediaqueries Useful and simple examples can be found here: cssmediaqueries.com – keaukraine Sep 11 '12 at 7:20

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.