PDA

View Full Version : IE5 Mac reload?


chas
02-05-2003, 03:02 PM
Is there a script to reload IE5 Mac?
I had a problem with horizontal scrollbars appearing with this browser/OS combination. The browser thinking it was 15 pixels wider than the window and so producing a scrollbar. I've now got rid of that problem, but if the window is resized the scrollbar reappears. If you refresh it goes away. I think I need a script to reload the window like the NN reload script.
Anyone know how I can do it?

brothercake
02-05-2003, 03:21 PM
http://www.brothercake.com/scripts/resize.php will do what you need

But I suggest you also read http://www.xs4all.nl/~ppk/js/ie5mac/margin.html

chas
02-05-2003, 03:53 PM
will that work for IE5? It seems to only mention Opera 5, Opera 6 and Konqueror.

I already read the second link. That's how I solved the problem.

Thanks.

brothercake
02-05-2003, 04:15 PM
I only mentioned those ones because they don't support window.onresize, and therefore it needs a timeout to work.

But it works in all browsers (except Safari)

chas
02-05-2003, 05:00 PM
Great. That works.

Cheers mate.