HTML5 Image Enhancer Support Product Page

Solved

Text not wrapping around html5 enhanced images in IE8

Reported 22 May 2011 01:07:23
1
has this problem
22 May 2011 01:07:23 Brian Coyle posted:
Images which have HTML5 image enhancer code and aligned left or right do not allow text to wrap around images see www.e-zoneuk.com/hoc2011/magazine/wardrobe_declutter.html as an example - any help welcome? Works fine in Firefox and IE9

Replies

Replied 23 May 2011 20:00:38
23 May 2011 20:00:38 Brian Coyle replied:
I realise when I posted this I forgot to say the issue is only in IE8
Replied 27 May 2011 12:57:16
27 May 2011 12:57:16 Teodor Kuduschiev replied:
Hello,

I see in your code that:
<script type="text/javascript" src="../ScriptLibrary/dmxHTML5ImageEnhancer.js"></script>

include is before
<script type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"></script>
which is causing a problem on your page. Please move the jquery-latest.pack.js include before the dmxHTML5ImageEnhancer.js in your source code.

Reply to this topic