Strange Cjuidialog Display Problem With Firefox

Hi there,

I’ve got a strange bug with CJuiDialog and it only happens with Firefox (not with IE or Chrome).

When clicking the button that triggers the CJuiDialog, the CJuiDialog inner HTML content is first displayed very briefly where the "hook" <div> is on the main page. It lasts like a tenth of a second and then the CJuiDialog is displayed as expected.

It only happens the first time you click the button. It’s quite strange, has anybody seen this before and managed to fix it ?

Cheers

Renaud

Can you show the code? I imagine that wrapping the "hook" div in another div with style="display:none;" would probably fix the problem.

Thanks Keith it did the trick !