Dialog fields appearing when page updates

Asked

Viewed 51 times

0

Dear, I’ve inserted some divs to work with dialog and tabs , those using jquery. Everything is working well, but every time I enter or update the page, the fields that have a dialog "behind" gives a "blink" quickly showing the result of dialog and returning the normal page. I do not know if I could be clear, these dialogs that "blink" point to a div which has a php code to list a table. Thanks for your attention.

  • 2

    puts the source code to give you an idea

  • Can post some images to illustrate also?

  • 2

    opa, I managed to tidy up, just put the script onload=Function(){ Document.body.style.visibility="Visible" } and make the body get visibility:Hidden in css.

  • thanks for your attention.

  • 2

    Put as answer and mark as solved

1 answer

1

I got it fixed, just put the script

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

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.