Flyout content offset to the left.

I'm writing a gadget and I get a strange behavior for my flyout. Sometimes all the content of my Flyout is offset by about 35 pixels to the left.

The question here is why it's doing that only sometime (1 every 4 time maybe), not always. I'll continue to investigate the case, but I was wondering if any gurus had an idea why it's doing that erraticaly (at least, from my point of view).

Here's a snapshot to show you a bit about the problem. You can see that the background is a bit too much on the left (and start repeating at the right), as well as the content :
http://img177.imageshack.us/img177/5208/buggygadgetey0.th.png


Thanks in advance.


Answer this question

Flyout content offset to the left.

  • hye_heena

    Make sure you do a 'style="position:absolute" ' on the first element.

    Personally, I'd put it explicitly on all elements, as it sometimes doesn't inherit - which is probably what you're seeing.

  • Flyout content offset to the left.