|
Hi,
Image is not coming full screen in opera mini browser only.
But it is coming good the other browser's like FF,chrome, ie.. etc
i have used the following code:-
CSS:
img {
border: 0;
width: 100%;
display: block;
max-width: 100%;
}
HTML:
<img src="http://tycoontalk.freelancer.com/images/sample.jpg" />
Please give me advice.
Thanks in advance!!
__________________
ssp
Last edited by soumen_07; 03-17-2011 at 03:52 AM..
|