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 :)
@mediaCSS queries: w3.org/TR/css3-mediaqueries Useful and simple examples can be found here: cssmediaqueries.com – keaukraine Sep 11 '12 at 7:20