Page 1 of 1

Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Posted: Thu Oct 19, 2006 10:26 am
by jack4ya
If got this site running, all seemed perfect during, demo period and testing on all kinds of browsers and platforms...
Except the big one; the IE6 on Win has a serious problem.

My clients IE keeps crashing, he states:
"I can visit a lot of pages (say 15/20 pages), then, at one point IE crashes.
After that first crash, it happens more quickly (3/5 pages)"

Checking on a couple of more/different Win/IE combos I got a crash to.

The odd thing is, it does NOT happen on my Win/IE combo.

I've got the stylesheets slightly modified (I think... can't be much) and I am using the horizontal css menu.

I have no idea where to start!  :'(

It can be this:
  • css menu and the css-menu stylesheet:

  • the min/max width javascript part (not modified except min/max values):

    =b){nw=b+"px";}if(w



    #pagewrapper {width:expression(P7_MinMaxW(720,950));}
    #container {height: 1%;}

  • something entirely different!!  :-[
[/list]

Any help would be deeply appreciated!!

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Posted: Wed Oct 25, 2006 8:03 am
by jack4ya
Aaahh... please??  :'(

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Posted: Wed Oct 25, 2006 8:17 am
by tsw
If its only one machine with IE I would blame that IE installation...

you can crash IE with html, but I think you would know if you added something like that in the pages ;)

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Posted: Wed Oct 25, 2006 3:01 pm
by jack4ya
tsw wrote: If its only one machine with IE I would blame that IE installation...

you can crash IE with html, but I think you would know if you added something like that in the pages ;)
No, the crash occurs on several machines as stated. Only it does NOT crash on my IE. It might not even be that important that is doesn't crash on mine, it crashes on the majority.

I'm starting to suspect the variable width of the document page...  :-\

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Posted: Fri Nov 03, 2006 8:32 pm
by robsta
Make sure your stylesheet uses "screen" media and not "all"... that's caused me grief in the past...

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Posted: Wed Nov 15, 2006 3:36 pm
by jack4ya
Nope... it was the expression bit  >:(

the min/max width javascript part (not modified except min/max values):
Quote

=b){nw=b+"px";}if(w



#pagewrapper {width:expression(P7_MinMaxW(720,950));}
#container {height: 1%;}


Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Posted: Thu Mar 15, 2007 4:05 am
by robsta
I move all of the javascript into an external script, and moved the extra css into an external file... then added div infront of the #pagewrapper and it sorted itself out...

R