Display issues with compatibility tags on IE10 - Joomla! Forum - community, help and support
the "compatibilty" pictures not showing me using ie10 on windows 8.
it looks on extension page:
and in edit form:
the reason html code has empty height , width images:
ie10 translates empty values 1px 1 can see in developer tool view:
the fix use correct values:
it looks on extension page:
and in edit form:
the reason html code has empty height , width images:
code: select all
<div class="caption">compatibility</div>
<div class="data">
<span>
<img src="http://extensions.joomla.org/images/jed/compat_15_native.png" width="" height="" alt="joomla! 1.5 native" align="top" />
</span>
<span>
<img src="http://extensions.joomla.org/images/jed/compat_25.png" width="" height="" alt="joomla! 2.5 series" align="top" />
</span>
<span>
<img src="http://extensions.joomla.org/images/jed/compat_30.png" width="" height="" alt="joomla! 3.0 ready" align="top" />
</span>
</div>ie10 translates empty values 1px 1 can see in developer tool view:
the fix use correct values:
code: select all
width="75" height="16"
ie10+8
thx report this
thx report this
Comments
Post a Comment