Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/82.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 如何使用dsp设置图像大小:Internet Explorer 8兼容性上的值_Html_Image_Internet Explorer 8_Compatibility_Atg - Fatal编程技术网

Html 如何使用dsp设置图像大小:Internet Explorer 8兼容性上的值

Html 如何使用dsp设置图像大小:Internet Explorer 8兼容性上的值,html,image,internet-explorer-8,compatibility,atg,Html,Image,Internet Explorer 8,Compatibility,Atg,我现在正在玩Oracle ATG,我对IE8浏览器兼容性标签有疑问。也许你们能帮我 我有一个原始大小为60 x 60的图像源,我有以下代码: <img alt="product" height="20" width="20" src="<dsp:valueof param="recommendedPlan.thumbnailImage.url"/>"> <img alt="product" style="height: 20px; width: 20px;" sr

我现在正在玩Oracle ATG,我对IE8浏览器兼容性标签有疑问。也许你们能帮我

我有一个原始大小为60 x 60的图像源,我有以下代码:

<img alt="product" height="20" width="20" src="<dsp:valueof param="recommendedPlan.thumbnailImage.url"/>">
<img alt="product" style="height: 20px; width: 20px;" src="<dsp:valueof param="recommendedPlan.thumbnailImage.url"/>">
“>
该代码在下面的chrome和IE8上运行完美。 但是IE8上的图片没有调整大小

你知道怎么做吗


非常感谢。

不要认为这与ATG标签有关,尝试使用ccs样式而不是img标签属性:

“>