472,951 Members | 2,091 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,951 software developers and data experts.

Here's one possible solution for slow rollovers in IE

Rollovers on a web page I created were instantaneous on my computer when
the page was loaded directly from my hard drive, but were painfully slow
when loaded from the web. However, on another computer the rollovers were
speedy when connected to the web. Eventually I found that one of the
settings in IE accounted for the difference. In the menu Tools/Internet
Options/General/Settings change from "Every visit to the page" to
"Automatically".
Jul 23 '05 #1
3 1467
Norman Swartz wrote:
Rollovers on a web page I created were instantaneous on my computer when
the page was loaded directly from my hard drive, but were painfully slow
when loaded from the web. However, on another computer the rollovers were
speedy when connected to the web. Eventually I found that one of the
settings in IE accounted for the difference. In the menu Tools/Internet
Options/General/Settings change from "Every visit to the page" to
"Automatically".


That's not a solution at all, since

a) there are people who don't use IE (like me) and so don't care
about those settings;

b) there are people who don't change your configuration for your
script-kiddie games;

c) there are people who (have to) use a UA that does not support
changing the document dynamically, i.e. one that does not
provide the required DOM;

d) there are people who (have to) use a UA with support for
client-side scripting disabled or restricted;

e) there are people who (have to) use a UA that does not have
support for client-side scripting at all.

Have I forgotten something?
PointedEars
Jul 23 '05 #2
Norman Swartz wrote:
Rollovers on a web page I created were instantaneous on my computer when
the page was loaded directly from my hard drive, but were painfully slow
when loaded from the web. However, on another computer the rollovers were
speedy when connected to the web. Eventually I found that one of the
settings in IE accounted for the difference. In the menu Tools/Internet
Options/General/Settings change from "Every visit to the page" to
"Automatically".


That's not a solution at all, since

a) there are people who don't use IE (like me) and so don't care
about those settings;

b) there are people who don't change their configuration for your
script-kiddie games;

c) there are people who (have to) use a UA that does not support
changing the document dynamically, i.e. one that does not
provide the required DOM;

d) there are people who (have to) use a UA with support for
client-side scripting disabled or restricted;

e) there are people who (have to) use a UA that does not have
support for client-side scripting at all.

Have I forgotten something?
PointedEars
Jul 23 '05 #3
Thomas 'PointedEars' Lahn wrote:
<--snip lots of useless babble-->
Have I forgotten something?


Yes, you forgot two things:

1) To fix your newsreader so it doesn't double-post.
2) The thread was about slow rollovers in *IE*. Based on a rollover
being present, then its safe to assume that scripting is enabled. IE
doesn't handle CSS rollovers yet (if it ever does). Since its an IE-only
solution, you can discount all your babbling about "other UA's".

Your move.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?
Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: down_w/spam | last post by:
Hi all, I've done some research on this issue and am looking to you for further information on why IE still does a server look-up of a rollover image, even if the image has been preloaded and/or...
29
by: Tuvas | last post by:
I have a function in a program that works something like this. def load_pic_data(width,heigth,inpdat, filt=TRUE): data='' total=0 tnum=0 size=100 for y in range(0,heigth): row='' for x in...
3
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - Why are my Rollovers so slow? ----------------------------------------------------------------------- Images...
12
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - Why are my rollovers so slow? ----------------------------------------------------------------------- Images...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.