You need to sign in to do that
Don't have an account?

Image width and height is not working in internet explorer
Hi,
I have used one image in to visualforce page. It working fine in both google chrome and mozilla firefox. But in internet explorer it showing as a big image. If i set the height and width, still it is not working. Please help me how to fix this issue.
I have used the code like as
<apex:image STYLE="PADDING: 2px; BORDER:2px solid #000000" value="{!image}" height="70" width="70"/>
This {!image} having image url like,
https://cs7.salesforce.com/resource/1364454208000/emptyimage
Please help me how to solve this issue..
Thanks,
Rams
Rams,
check Supported Browsers from Salesforce.com, this PDF file has also displayed recommanded configurations to work with IE.
-Sawan
Hit the Kudos button if any post helps you - Mark the answer as solution, It might help others running to into similar problem in future.
Hello Ram,
Try specifing the width in pixel (px) or in percentage.
Hope it will work.
Regards,
Bharathi
Salesforce For All
Mark this post as solved, if it helps you