473,796 Members | 2,708 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

opera, java

Hi Folk

I recently completed an interactive map. I have now discovered that it is not working in Opera.

The address is:

http://switch.hosts.net.nz/~admin64/search.php

The map is basically 20+ images over each other, each of which are transparent gifs.

Apart from the first one (bottom, showing the country), they are not visible until the mouse moves over the map. That is to say,
the JavaScript swaps the image from hidden to visible. The css for the hidden part is:

#map IMG.n {position: absolute; left: 0px; top: 0px; visibility: hidden; z-index: 5}
and for those that are visible:
#map IMG.v {position: absolute; left: 0px; top: 0px; visibility: visible; z-index: 10}
I think this is where the problem lies. The map seems to be working on Netscape, IE and firefox, but in Opera the areas are not
highlighted.

FYI, the way the styles get swapped is as follows:
.....
if (document.layer s) {
img = findElement('i' +r,0);
}
else {
img = document.images['i'+r];
}
if (img) {
img.className = "v";
}
....

Do you think that perhaps Opera does not recognise this swap (it seems to, because at times it shows parts of the images).

Does anyone have any hints?

Cheers
- Nicolaas
Jul 23 '05
17 1669
Carolyn Marenger wrote:
I like to think that any potential client, is potential revenue.


But not every visitor is a potential client. Everyone that walks down
the mall is not a potential client to every store in the mall. The same
is true for web sites. Note, I am not disagreeing about the use of
javascript.

--
-=tn=-
Jul 23 '05 #11
Carolyn Marenger wrote:
I don't think it is cost effective to build sites for everyone, but it is
possible. It certainly isn't easy.
Sure it is. All text. Bam the site is for everyone.
I don't advocate text-only web sites..
Phew...
The trick is finding the balance
Ahh THAT is the true Key!!!! Find a balance that works for YOUR
website. If an all flash site gets your more business than text, then
use it. If no javascript and text gets you the most clients then do
that. Each site has to weight the pros and cons of using a technology.
Not all sites are for all people. Using these technologies DOES NOT
mean you can not accessible to everyone. A properly built Flash heavy
web site can still usable by someone using lynx, or a reader. They may
not get the same enjoyment, and it may be a little harder for them to
find things, but the content will still be accessible to them.
myself, won't hang around an all graphic site. I leave business websites
that require I use cookies to shop there.
Not me, flash, javascript, multimedia, bring it on, I love it all!
As far as your sites go, and this is assuming alot after only a quick
look at one of your sites, I am probably not your market audience anyway.
So, I doubt you are losing any of my business. I would lay odds that a
site I would design/develop for your clients, would lose them lots more
business.


Finally some common sense in the group.
--
-=tn=-
Jul 23 '05 #12
SpaceGirl wrote:
Toby Inkster wrote:
Mark Parnell wrote:
SpaceGirl said:

I think all browsers ship with JavaScript

Lynx doesn't. ;-)


Vast numbers don't.


All browsers that matter.


GoogleBot doesn't matter?
Jul 23 '05 #13
Travis Newbury wrote:
Carolyn Marenger wrote:
I don't think it is cost effective to build sites for everyone, but it is
possible. It certainly isn't easy.

Sure it is. All text. Bam the site is for everyone.

Everyone that understands the language in which its written...

Mick
Jul 23 '05 #14

Leif K-Brooks wrote:
GoogleBot doesn't matter?


Interestingly I think google is actually beginning to index the text in
javascript:
http://forums.digitalpoint.com/showt...03be8168&t=122

Though your point still stands, you need to make your pages with search
engine spiders in mind.

Jul 23 '05 #15
On 10 Mar 2005 20:31:59 -0800, "Matthew Lock" <lo******@gmail .com>
wrote:

Leif K-Brooks wrote:
GoogleBot doesn't matter?


Interestingl y I think google is actually beginning to index the text in
javascript:
http://forums.digitalpoint.com/showt...03be8168&t=122

Though your point still stands, you need to make your pages with search
engine spiders in mind.


I don't believe it's the text as such, it's beginning to recognise
links in some javascript.

BB
--
www.kruse.co.uk/ SE*@kruse.demon .co.uk
Affordable SEO!
--
Jul 23 '05 #16
Mick White wrote:
Sure it is. All text. Bam the site is for everyone.

Everyone that understands the language in which its written...


Everyone understands English. If they don't then they have no need to
be on the web... (0_o)

--
-=tn=-

Jul 23 '05 #17
Travis Newbury wrote:
Everyone understands English. If they don't then they have no need to
be on the web... (0_o)


Nice troll.

Jul 23 '05 #18

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

Similar topics

1
4068
by: Tormod Omholt-Jensen | last post by:
Ï need to dynamically insert an applet into a document. In IE 6.0 my code works fine, but there seems to be problems in Opera 7. The page looks like there is allocated space for an applet. Printing the size of the document.applets array return as expected 0 before the insertion, and 1 after, in both Opera 7 and IE. However, the applet does not init properly (no painting). Anyone? Regards Tormod Omholt-Jensen
1
2528
by: Charles Crume | last post by:
Hello; I am trying to test changes to my site (made only on my local machine so far) in IE v6, Mozilla 1.6, and Opera 7.5. When I test "navigator.javaEnabled in IE it corretly reports true/false depending on whether javascript is enabled. However, both Mozilla and Opera *always* return false. How can I properly test to see if javascript is enabled/disabled in these two browsers? (If you
32
2518
by: Eli | last post by:
How can I POST a form into a new window where I control the size and other attributes of the new window? Also. Are there any implications, perhaps due to browser security (Interne Explorer?) that could cause problems if I try to post a form at www.mydomain.com to www.anotherdomain.com?
3
1296
by: Roedy Green | last post by:
Opera 8.5 a small fast browser is now out. It is now free and the adware has been removed. I guess firefox/Mozilla/Netscape were putting too much pressure by being free. http://www.opera.com/download/ It works with any version of Java. I have not had time to see which CSS bugs they have fixed. --
5
1391
by: Asterbing | last post by:
Hello, Here is a page which contains an "evoluated" (to distinguish-it from the simple one) way to hear sound on a html page event. From my memory, it worked under all major browsers, but didn't succeed these last days. I've just tried it today under IE6, Netscape 7, Mozilla 7 and Opera 1.6. And it only works under IE. Could you try, please. Is it the same for you ?
4
4024
by: André Wagner | last post by:
Hello, I'm writing a HTML/javascript application who will run locally. I want to save to a local file. If I were using IE, I would do this way: var fso = new ActiveXObject("Scripting.FileSystemObject"); var file = fso.OpenTextFile(filePath,2,-1,0); file.Write(content);
6
2729
by: Jeremy | last post by:
I really want to make my scripts work in Opera. I really, really do. But it seems like an uphill struggle. First of all, I can't get ANY kind of debug output. No error messages in the "javascript console" - but then, I have never seen ANYTHING in Opera's javascript console. Is there some kind of voodoo I need to perform in order to make that work? Then, when Opera doesn't like something about a script (even if it works fine in...
3
3273
by: Ilkka Maatta | last post by:
I test Opera 8.60 for Windows Mobile, Pocket PC becouse i need JAVA script and sound in my www-page. My mobile PC is Ipaq 3850 / Pocket PC 2003 and browser is Opera 8.60 for Windows Mobile, Pocket PC test page is... http://koti.phnet.fi/ilkmaat/testi_php/toka.php
0
9685
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
10239
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10190
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,...
0
10019
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7555
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
5447
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
5579
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4122
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.