Forum Moderators: open

Message Too Old, No Replies

Site Darkening Problem

Internet Explorer darkening sometimes for some users

         

bronze

4:57 pm on Jun 1, 2005 (gmt 0)

10+ Year Member



Hi,

Our some users have a strange problem related our site. Their screen is darkening and their ie browser is locking after twenty minutes when entering to our site. Our page doesn't include any iframe or refreshed page except adsense, so it is very confusing because only some users have this problem. Do you have any experience or idea about this problem?

<SNIP>

Thanks
Bronze

[edited by: BlobFisk at 5:03 pm (utc) on June 1, 2005]
[edit reason] No URLs please! See TOS [webmasterworld.com] [/edit]

whoisgregg

7:00 pm on Jun 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I once wrote a flash movie that accidentally spawned an infinite number of sprites and, given enough time, could bring any computer to it's knees. Perhaps errant flash movie coding could be the cause?

bronze

7:34 pm on Jun 1, 2005 (gmt 0)

10+ Year Member



Thanks whoisgregg for idea, we haven't got any flash movie on page. I guess now this problem related with css files, so i changed <style type='text/css' media='all'><!-- @import url($themecss); --></style> to <link rel='stylesheet' type='text/css' ... I read ie6 sometimes can't render imported css files, I am waiting responses of my users now.

Thanks
Bronze

monkeythumpa

9:03 pm on Jun 1, 2005 (gmt 0)

10+ Year Member



Your users spend more than twenty minutes on your site?

I hope you have CPM advertising.

Span

9:16 pm on Jun 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



bronze, I use @import for CSS about four years now and have never heard of any problem.
However, the '$themecss' variable.. are you using a style switcher? A JavaScript one? Or other JS?

bronze

10:06 pm on Jun 1, 2005 (gmt 0)

10+ Year Member



@monkeythumpa, our users are online during hours.

@span, i don't use style switcher, but i am using some js files. I will check all included files one by one. Our users doesn't report any darkening yet after css importing changing.

Thanks your interest.