473,804 Members | 3,802 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1508
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.javas cript 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
1853
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 looked-up. I've tended to think that it is just a bug with IE but then i found a site that has rollovers that do not get looked up with IE. I thought that maybe they are using some special js script that fixed it. But no, it uses the same...
29
1752
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 range(0,width):
3
1705
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - Why are my Rollovers so slow? ----------------------------------------------------------------------- Images are cached by the browser depending on the headers sent by the server. If the server does not send sufficient information for the browser to decide the image is cacheable, the browser will check if the image has been updated everytime you change...
12
380
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - Why are my rollovers so slow? ----------------------------------------------------------------------- Images are cached by the browser depending on the headers sent by the server. If the server does not send sufficient information for the browser to decide the image is cacheable, the browser will check if the image has been updated everytime you change...
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9577
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10569
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10315
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7615
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6847
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5519
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3815
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.