473,503 Members | 3,497 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

compatible with mozilla

how can i make this compatible with Mozilla/Firefox or netscape?

<span id="id1" onmouseover="id1.style.display = 'none'">dfdfd</span>

the word disappears with mouse over in IE.

Thanks
Nov 18 '05 #1
2 1694
<span id="id1" onmouseover="getElementById('id1').style.display =
'none'">dfdfd</span>

The above should work with NS7.1, FF0.9 and MZ1.7, perhaps also some earlier
versions.
(I've only tried with above versions)

"Aaron" <ku*****@yahoo.com> ¦b¶l¥ó
news:eF**************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...
how can i make this compatible with Mozilla/Firefox or netscape?

<span id="id1" onmouseover="id1.style.display = 'none'">dfdfd</span>

the word disappears with mouse over in IE.

Thanks

Nov 18 '05 #2
Try:

<span onmouseover="this.style.display='none';">dfdfd</span>

--
Kevin Marshall
WebXeL.com Ltd
http://www.webxel.com

ASP.NET Dreamweaver Extensions
http://www.webxel-dw.co.uk
"Aaron" <ku*****@yahoo.com> wrote in message
news:eF**************@TK2MSFTNGP12.phx.gbl...
how can i make this compatible with Mozilla/Firefox or netscape?

<span id="id1" onmouseover="id1.style.display = 'none'">dfdfd</span>

the word disappears with mouse over in IE.

Thanks

Nov 18 '05 #3

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

Similar topics

8
2906
by: Nicolás Lichtmaier | last post by:
Hi, some time ago I've written an article about this issue. It explain some differences in Explorer's and Mozilla's JavaScript/DOM. It has recently changed its URL, This is the new one: ...
3
1707
by: jfancy-Transport Canada | last post by:
I have this code here that reads in a javascript file and increases or decreases font by its relative size (same thing as View, Text Size, Large, small, etc.) I am developing this for Transport...
9
4399
by: bert76 | last post by:
can anyone suggest a couple of websites providing *compatible* javascript? of course there is http://javascript.internet.com/ http://javascriptkit.com/ and the likes, but time and again you have...
1
1171
by: Thomas | last post by:
Hi all! I'm looking for a cross browser compatible HTML text box (like FreeTextBox or RichTextBox) - does anybody know such a control? Thanks Thomas
1
1971
by: Pai | last post by:
Hello there, I need to make my .aspx pages compatible with both these browsers... Could anybody guide me to some tutorials or some tips I just have a <table> tag and a few <td> and <tr> in...
2
8175
by: James_patageul | last post by:
Hello people i would like to know what mean Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) so what browser it is and what OS it is thank a lot...
4
4020
by: Java Guy | last post by:
I can find a lot of stuff on the internet about javascript, except how to I determine which version my IE6 is compatible with, or where to download javascript plugin/engine/what-ever for Windows...
5
7129
by: webamrita | last post by:
I want a style which will word wrap and give pre to the block. I tried and got the following style. word-wrap: normal; white-space: pre; white-space: -moz-pre-wrap; ...
7
6149
by: buntyindia | last post by:
I have the following scrollable table I have to implemet a functionality that I can select a row in it & display that data in popup window.. Any hints/example or similar available implementation?...
0
7315
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...
1
6974
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...
0
7445
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...
0
5559
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4991
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...
0
4665
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...
0
3158
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...
1
721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
369
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...

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.