Page 1 of 1

DHTML popup [solved]

Posted: Sun Apr 23, 2006 11:22 am
by dreamline
Hi guyz,
I've looked at some scripts for a DHTML Popup and i made some changes that work well.. However I've got 1 problem.. In the Popup i'm using images and everything works fine if I click a link to open up the popup .

However if i do a Refresh then you see the DHTML Popup appear in the top left corner for just a sec. and then it's centered to where it's supposed to be...

Seems that there is a delay and that's causing the popup to be visible before being correctly centered.. Maybe it's a server side problem?

Is there a way to fix this?.. :D

Couldn't find anything on this subject yet.. :(

Problem is solved: I included the pictures in the DHTML table which causes a delay and loading pictures. Inserting the images into the table with innerHTML gets rid of the delay I was talking about.. :D