Page Number: Página 1 de 1
Actual Results
- Spiky
- Foro: Website Design Forum
- Tema: IE white background
- Subject: IE white background
- Respuestas: 7
- Vistas: 3457
- Subject: IE white background
Posted: Julio 16th, 2003, 3:21 am
Yes. It seems to happen every time when IE renders a frame/iframe or reloads it (by browser command or js reload() function).
But it does not happen if I substitute the reload() with the exact path of the page to be reloaded.
Interesting isn't it?
But it does not happen if I substitute the reload() with the exact path of the page to be reloaded.
Interesting isn't it?
- Spiky
- Foro: Website Design Forum
- Tema: IE white background
- Subject: IE white background
- Respuestas: 7
- Vistas: 3457
- Subject: IE white background
Posted: Julio 15th, 2003, 5:58 am
I'm afraid you're . I cannot do anything with it. My servers is only running my page, so it can't be slow, and I have 384 kbits downwards connection. And I can produce this problem even in localhost. :( I wonder how this site (ozzu) never have this problem. It is gray while it loads. Is it so much f...
- Spiky
- Foro: Website Design Forum
- Tema: IE white background
- Subject: IE white background
- Respuestas: 7
- Vistas: 3457
- Subject: IE white background
Posted: Julio 15th, 2003, 2:15 am
Thank you for the answer. Here is my code: [code] use CGI; $cgi = new CGI; $|=1; print $cgi->header; print"<html><head> <style> body { background-color: #000000 } </style> <title></title><meta http-equiv='Content-Type' content='text/html; ...
- Spiky
- Foro: Website Design Forum
- Tema: IE white background
- Subject: IE white background
- Respuestas: 7
- Vistas: 3457
- Subject: IE white background
Posted: Julio 14th, 2003, 6:41 am
Dear folks here! I have two frames on a page, both have black backgrounds. I want to reload one from the other. The page to be reloaded contains perl written html code. My probelm is: If I reload my dynamic page, my IE6 shows a blank white screen until it loads the document, then the background turn...
