Dialog fields popping up when page refreshes

0

Expensive, I inserted some divs to work with dialog and tabs, those with jquery use. Everything is working fine, but every time I enter or refresh the page, fields that have dialog "behind" give a "wink" quickly showing the result of dialog and returning the normal page. I do not know if I can be clear, these "wink" dialogs point to a div which has a php code to list a table. Thanks in advance for your attention.

    
asked by anonymous 16.09.2014 / 15:07

1 answer

1

I managed to fix it, just put the script

onload=function(){ 
    document.body.style.visibility="visible" 
} 

and make the body stay with visibility:hidden in css.

    
30.09.2014 / 15:41