Note that there are some explanatory texts on larger screens.

plurals
  1. POJquery Ui Sortable showing broken image in IE8
    text
    copied!<p>I have a query sortable collection of images, ie. the items is set to img (due to the fact it is in a tab control and is a horizontal list, cannot be sorted on the list items, I just can't get it to work), which works perfectly everywhere except for IE8 (even in standards compliance mode), where the placeholder shows a broken image. Is there any kind of CSS setting I can use to make the placeholder invisible in IE8. I have tried </p> <pre><code>visibility : hidden; </code></pre> <p>I have tried setting the </p> <pre><code>content : url(transparent.gif); </code></pre> <p>neither seeming to have any effect. What can I do to fix this? Any suggestions on how I can even examine what CSS is being shown, as in Dom Explorer (or whatever its called in the IE8 developer tools) I can't see the img because as soon as I let go of the mouse it disappears and Dom Explorer doesn't seem to do real time updating the way Firebug does.</p> <p>Edit: Here is the probelm duplicated <a href="http://jsbin.com/irozu" rel="nofollow noreferrer">http://jsbin.com/irozu</a></p> <p>I over simplified my example, the other problem is that the whole tab is scrollable, controlled by slider. Changing </p> <pre><code>display : inline; </code></pre> <p>to </p> <pre><code>float : left; </code></pre> <p>doesn't work as we no longer have a scrollable list of items. Also for some strange reason, when there is a scrollbar and you use "li" instead of "img" as the target, the sortable stops working. </p> <p>The updated example is at: <a href="http://jsbin.com/ahawi" rel="nofollow noreferrer">http://jsbin.com/ahawi</a>.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload