problem with working IE 6.0 my site

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
avmohankumar
Forum Newbie
Posts: 14
Joined: Fri Jun 08, 2007 7:20 am

problem with working IE 6.0 my site

Post by avmohankumar »

Dear friends,

I have one problem with my website. when I digit the URL of my site, it appears the background of the first page. then it simply appears same. After the refresh it remains as same.

But when I minimize or maximize the window, it shows the actual required first page content. I don't know the what it happens behind the process.

That is when any minimize or maximize action is triggered, it shows clearly. it happens for all page.

In my site i have used HTML, PHP, Flash Image(SWF file), and MySQL.

But it appears fine in IE 7.0 and Mozilla fire fox etc.

i can find this problem only with the IE 6.0. Solution right now i am seeking for IE 6.0.

Please help me, what should i do for rectify these problem.

Thanks in advance,
Regards,
avmohan
User avatar
Chalks
Forum Contributor
Posts: 447
Joined: Thu Jul 12, 2007 7:55 am
Location: Indiana

Post by Chalks »

I'm not sure what the answer is, but what you're describing sounds a lot like a problem I've encountered when programming Java: The screen doesn't redraw unless a certain command is put into the code, or it's minimized/restored. I know there's nothing like that in HTML, I doubt there's anything like that in php/mysql, but... there may be something along those lines in flash.

I know _nothing_ about flash, but... I would look around to see if there's a redraw function you can use in your swf stuff.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Post by kaszu »

It has nothing to do with PHP, but with CSS.
I guess you are using floats, try adding "position: relative", that usually helps.
User avatar
Chalks
Forum Contributor
Posts: 447
Joined: Thu Jul 12, 2007 7:55 am
Location: Indiana

Post by Chalks »

Ooh, kaszu is right. Check out this tutorial on how to fix that bug: Peekaboo bug
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Moved to Client Side.
Post Reply