[Moo] Re: Tips: Wrong value for 'left'

2010-11-11 Thread Quest
Thank you very much. Problem is solved :) Don't ask how much time I've spent searching for this by my own :-/ On 10 Nov., 15:56, Gafa wrote: > ok, > > Your CSS is causing an issue, not saying maybe something up with Tips, > but I changed the following > > body > div { >     width: auto; /* to aut

[Moo] Re: Tips: Wrong value for 'left'

2010-11-10 Thread Gafa
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

[Moo] Re: Tips: Wrong value for 'left'

2010-11-10 Thread Gafa
It's working in your 2nd link in jsfiddle, but they are now both left -700 or more. Still looking into why. On Nov 10, 8:08 am, Quest 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 ti

[Moo] Re: Tips: Wrong value for 'left'

2010-11-10 Thread Quest
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. Plea