<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div>
<div>i use OpenCMS 8.5.1 and i have this code in a jsp-file:</div>
<div> </div>
<div>snippet:</div>
<div>...</div>
<div> <figure><br/>
<img src="<cms:link>${MyImage.value.File}</cms:link>" alt="${MyImage.value.Description}" width="300px" class="image-right"/><br/>
<fig-caption><br/>
<em><span ${MyImage.rdfa.Description}>${MyImage.value.Description}</span></em><br/>
<a href="<cms:link>${MyImage.value.File}</cms:link>" target="_blank" class="raquo"><fmt:message key="detail.myimages.download"/></a><br/>
</fig-caption><br/>
</figure></div>
<div>...<br/>
</div>
<div>With Firefox 34.0 the image is correctly scaled in 300x668px, but with internet explorer 11.0.9 the image is as big as the text-column (700x1559px) and the browser ignores the width.</div>
<div>the image-right class is defined in a css-file:</div>
<div> </div>
<div><<</div>
<div>.image-right{float:right;margin:0 20px 5px 0}.</div>
<div>>></div>
<div> </div>
<div>Anyone an idea?</div>
<div>Arno</div></div></body></html>