ok,

Your CSS is causing an issue, not saying maybe something up with Tips,
but I changed the following

body > div {
    width: auto; /* to auto */
    margin: 0 auto;
}
body > div > div {
    width: auto; /* to auto */
}

If you mouse over to far to the right on 2nd image, the tips changes
to far left still, but is still visible.  I think you'll need to play
around a little, but I got you close.

http://jsfiddle.net/RbPe6/6/

Gafa

On Nov 10, 8:08 am, Quest <[email protected]> wrote:
> Thanks for your advice.
> I created a fiddle that shows my 
> problem:http://fiddle.jshell.net/RbPe6/5/show/light/http://jsfiddle.net/RbPe6/5/
>
> The tips - whyever - don't work in the full editor (2nd link). so
> please follow the 1st link.
> As you can see here the tips work on the first img element.
> Please open the firebug console and have a look at the tips-element in
> the HTML tab while you hover the 2nd image.
> The value for 'left' will jump to something like 650px.

Reply via email to