473,800 Members | 3,070 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

firefox and opere do not work on mouse over

Hi Gurus

I have a little javascript that works perfectly in IE (for a change), but
does not work in Firefox and Opera (no errors though)...

You can see the script in action at www.tupelo.co.nz by moving your mouse
over the little thumbnails below the big image.

The script that makes it work is:

function CI(Alt, n) {
if(letter) {
ImgN = letter + n;
if( document.getEle mentById && document.getEle mentById('LP') ){
OI(n);
var d=document.getE lementById('LP' );
if(document.cre ateElement){
var i=document.crea teElement('img' );
i.src="i/L/" + ImgN + '.jpg';
i.className='Lp ic';
i.alt=Alt;
i.id='LpicID';
i.height = "212";
while(d.firstCh ild!==null){
d.removeChild(d .firstChild);
}
d.appendChild(i );
return true;
}
else if(d.innerHTML) {
d.innerHTML='<i mg src="i/L/' + ImgN + '.jpg" CLASS="Lpic" alt="' + Alt +
'" ID="LpicID" HEIGHT="212">';
alert('Nogo');
return true;
}
else {
return false;}
}
else {
return false;}
}
}
function OI(numb) {
var imgID = 's' + numb;
if (document.getEl ementById && document.getEle mentById(imgID) ) {
var img = document.getEle mentById(imgID) ;
img.src = 'i/S/' + letter + numb + 'o.jpg';
return true;
}
}
Jul 23 '05 #1
10 1680
In article <42********@cle ar.net.nz>, wi*********@col dmail.com enlightened us
with...
Hi Gurus

I have a little javascript that works perfectly in IE (for a change), but
does not work in Firefox and Opera (no errors though)...
Worked in my Firefox. FF 1.0
What version are you using?
Always include versions for browsers.

You can see the script in action at www.tupelo.co.nz by moving your mouse
over the little thumbnails below the big image.


The images changed just fine for me.
What happened for you?

--
--
~kaeli~
Do not taunt Happy Fun Ball!
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #2
kaeli wrote:
In article <42********@cle ar.net.nz>, wi*********@col dmail.com
enlightened us with...
Hi Gurus

I have a little javascript that works perfectly in IE (for a
change), but does not work in Firefox and Opera (no errors though)...


Worked in my Firefox. FF 1.0
What version are you using?
Always include versions for browsers.

You can see the script in action at www.tupelo.co.nz by moving your
mouse over the little thumbnails below the big image.


The images changed just fine for me.
What happened for you?

The big ones changed but the little ones (over which you move the mouse)
should also change (lighten a little), sorry, it seems that I left out some
important info.

I use Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.7)
Gecko/20050414 Firefox/1.0.3

Cheers
Jul 23 '05 #3
windandwaves wrote:
kaeli wrote:
In article <42********@cle ar.net.nz>, wi*********@col dmail.com
enlightened us with...
Hi Gurus

I have a little javascript that works perfectly in IE (for a
change), but does not work in Firefox and Opera (no errors though)...

Worked in my Firefox. FF 1.0
What version are you using?
Always include versions for browsers.

You can see the script in action at www.tupelo.co.nz by moving
your mouse over the little thumbnails below the big image.


The images changed just fine for me.
What happened for you?

The big ones changed but the little ones (over which you move the

mouse) should also change (lighten a little), sorry, it seems that I left out some important info.

I use Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.7)
Gecko/20050414 Firefox/1.0.3

Cheers


Hi w&w.

What's with all that scripting? Remember "ye olde rollover"? Still
works pretty well. No sense going DOM-crazy if unnecessary, particular
ona commercial site.

Also: that 'eq' thing can be done easily with HTML/CSS. Easier to
modify as well. Replace this (in your stylesheet):

DIV#equa { height: 20px; margin-bottom: 7px;}

....with this:

DIV#equa { margin-bottom: 7px;}
DIV.eq { width: 15px; height: 15px; float: right; margin-left: 3px;
background: #fff; }
DIV.eq-active { width: 15px; height: 15px; float: right; margin-left:
3px; background: #f2cf77; }

Then:

<BODY ONLOAD="loadima ges();">
<DIV ID="main">
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" ID="logm">
<TR>
<TD ID="logo"><IMG ID="ilogo" SRC="i/logo.gif" ALT="TUPELO BAR ///
Wellington oldest lounge and cocktail bar" TITLE="TUPELO BAR ///
Wellington oldest lounge and cocktail bar"></TD>
<TD ID="menu">
<DIV ID="equa">
<div id="eq6" class="eq"></div>
<div id="eq5" class="eq"></div>
<div id="eq4" class="eq"></div>
<div id="eq3" class="eq"></div>
<div id="eq2" class="eq"></div>
<div id="eq1" class="eq" style="backgrou nd:#f29c01;"></div></DIV>
<DIV ID="menb">
ABOUT &nbsp;
<A HREF="gigs.php? PHPSESSID=d46e1 14f6b68a94a295f d0da9b286f9d"
ONMOUSEOVER="re turn doClass(2,'eq-active');"
ONMOUSEOUT="ret urn doClass(2,'eq') ;">GIGS</A> &nbsp;
<A HREF="menu.php? PHPSESSID=d46e1 14f6b68a94a295f d0da9b286f9d"
ONMOUSEOVER="re turn doClass(3,'eq-active');"
ONMOUSEOUT="ret urn doClass(3,'eq') ;">MENU</A> &nbsp;
<A HREF="drinks.ph p?PHPSESSID=d46 e114f6b68a94a29 5fd0da9b286f9d"
ONMOUSEOVER="re turn doClass(4,'eq-active');"
ONMOUSEOUT="ret urn doClass(4,'eq') ;">DRINKS</A> &nbsp;
<A HREF="functions .php?PHPSESSID= d46e114f6b68a94 a295fd0da9b286f 9d"
ONMOUSEOVER="re turn doClass(5,'eq-active');"
ONMOUSEOUT="ret urn doClass(5,'eq') ;">FUNCTIONS </A> &nbsp;
<A HREF="bookings. php?PHPSESSID=d 46e114f6b68a94a 295fd0da9b286f9 d"
ONMOUSEOVER="re turn doClass(6,'eq-active');"
ONMOUSEOUT="ret urn doClass(6,'eq') ;">CONTACTS</A>
</DIV>
<DIV ID="mens">
</DIV>
</TD>
</TR>
</TABLE>
<TABLE CELLSPACING="0" CELLPADDING="0" Border="0" ID="copy">
<TR>
<TD ID="mail">
<FORM METHOD="post" ACTION="thankyo u.php" ID="frm"><inpu t type="hidden"
name="PHPSESSID " value="d46e114f 6b68a94a295fd0d a9b286f9d" />
<P ID="join">Join the Tupelo maling list &nbsp;
<INPUT TYPE="text" NAME="email" ID="email">
<INPUT TYPE="submit" VALUE="join" CLASS="submit" NAME="join">
</P>
</FORM>
</TD>
<TD ID="head">
<H1>ABOUT /// <SPAN ID="heex">THE VENUE</SPAN></H1>
</TD>
</TR>
<TR>
<TD ID="picL">
<DIV ID="LP"><IMG SRC="i/L/exa.jpg" CLASS="Lpic" ALT="large pic"
TITLE="large pic" NAME="Lpic" WIDTH="320" HEIGHT="215"></DIV>
<IMG SRC="i/S/i1n.jpg" NAME="s1" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s1','i/S/i1o.jpg','Lpic' ,'i/L/i1.jpg');"
ONMOUSEOUT="ret urn iRoll('s1','i/S/i1n.jpg');">
<IMG SRC="i/S/i2n.jpg" NAME="s2" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s2','i/S/i2o.jpg','Lpic' ,'i/L/i2.jpg');"
ONMOUSEOUT="ret urn iRoll('s2','i/S/i2n.jpg');">
<IMG SRC="i/S/i3n.jpg" NAME="s3" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s3','i/S/i3o.jpg','Lpic' ,'i/L/i3.jpg');"
ONMOUSEOUT="ret urn iRoll('s3','i/S/i3n.jpg');">
<IMG SRC="i/S/i4n.jpg" NAME="s4" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s4','i/S/i4o.jpg','Lpic' ,'i/L/i4.jpg');"
ONMOUSEOUT="ret urn iRoll('s4','i/S/i4n.jpg');">
<IMG SRC="i/S/i5n.jpg" NAME="s5" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s5','i/S/i5o.jpg','Lpic' ,'i/L/i5.jpg');"
ONMOUSEOUT="ret urn iRoll('s5','i/S/i5n.jpg');">
<IMG SRC="i/S/i6n.jpg" NAME="s6" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s6','i/S/i6o.jpg','Lpic' ,'i/L/i6.jpg');"
ONMOUSEOUT="ret urn iRoll('s6','i/S/i6n.jpg');">
.........
.........
[formatting removed]

Change 'j.js' -

var pix = [
'i/S/i1o.jpg' ,
'i/S/i2o.jpg' ,
'i/S/i3o.jpg' ,
'i/S/i4o.jpg' ,
'i/S/i5o.jpg' ,
'i/S/i6o.jpg' ,
'i/L/i1.jpg' ,
'i/L/i2.jpg' ,
'i/L/i3.jpg' ,
'i/L/i4.jpg' ,
'i/L/i5.jpg' ,
'i/L/i6.jpg'
];

function loadimages()
{
for (var n, i = 0, l = pix.length; i < l; i++)
{
pix[(n = l + i)] = new Image();
pix[n].src = pix[i];
}
}

function iRoll()
{
for (var i = 0, l = arguments.lengt h; i < l; i += 2)
document.images[arguments[i]].src = arguments[i + 1];
}

function doClass(n, cname)
{
var el;
if (document.getEl ementById
&& (el = document.getEle mentById('eq' + n)))
{
el.className = cname;
}
return true;
}

function OW(fln){
...........
...........

Cheers, Rob.

Jul 23 '05 #4
RobB wrote:
windandwaves wrote:
kaeli wrote:
In article <42********@cle ar.net.nz>, wi*********@col dmail.com
enlightened us with...
Hi Gurus

I have a little javascript that works perfectly in IE (for a
change), but does not work in Firefox and Opera (no errors
though)...

Worked in my Firefox. FF 1.0
What version are you using?
Always include versions for browsers.
You can see the script in action at www.tupelo.co.nz by moving your
mouse over the little thumbnails below the big image.
The images changed just fine for me.
What happened for you?

The big ones changed but the little ones (over which you move the
mouse) should also change (lighten a little), sorry, it seems that I
left out some important info.

I use Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.7)
Gecko/20050414 Firefox/1.0.3

Cheers


Hi w&w.

What's with all that scripting? Remember "ye olde rollover"? Still
works pretty well. No sense going DOM-crazy if unnecessary, particular
ona commercial site.

Also: that 'eq' thing can be done easily with HTML/CSS. Easier to
modify as well. Replace this (in your stylesheet):

DIV#equa { height: 20px; margin-bottom: 7px;}

...with this:

DIV#equa { margin-bottom: 7px;}
DIV.eq { width: 15px; height: 15px; float: right; margin-left: 3px;
background: #fff; }
DIV.eq-active { width: 15px; height: 15px; float: right; margin-left:
3px; background: #f2cf77; }

Then:

<BODY ONLOAD="loadima ges();">
<DIV ID="main">
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" ID="logm">
<TR>
<TD ID="logo"><IMG ID="ilogo" SRC="i/logo.gif" ALT="TUPELO BAR ///
Wellington oldest lounge and cocktail bar" TITLE="TUPELO BAR ///
Wellington oldest lounge and cocktail bar"></TD>
<TD ID="menu">
<DIV ID="equa">
<div id="eq6" class="eq"></div>
<div id="eq5" class="eq"></div>
<div id="eq4" class="eq"></div>
<div id="eq3" class="eq"></div>
<div id="eq2" class="eq"></div>
<div id="eq1" class="eq" style="backgrou nd:#f29c01;"></div></DIV>
<DIV ID="menb">
ABOUT &nbsp;
<A HREF="gigs.php? PHPSESSID=d46e1 14f6b68a94a295f d0da9b286f9d"
ONMOUSEOVER="re turn doClass(2,'eq-active');"
ONMOUSEOUT="ret urn doClass(2,'eq') ;">GIGS</A> &nbsp;
<A HREF="menu.php? PHPSESSID=d46e1 14f6b68a94a295f d0da9b286f9d"
ONMOUSEOVER="re turn doClass(3,'eq-active');"
ONMOUSEOUT="ret urn doClass(3,'eq') ;">MENU</A> &nbsp;
<A HREF="drinks.ph p?PHPSESSID=d46 e114f6b68a94a29 5fd0da9b286f9d"
ONMOUSEOVER="re turn doClass(4,'eq-active');"
ONMOUSEOUT="ret urn doClass(4,'eq') ;">DRINKS</A> &nbsp;
<A HREF="functions .php?PHPSESSID= d46e114f6b68a94 a295fd0da9b286f 9d"
ONMOUSEOVER="re turn doClass(5,'eq-active');"
ONMOUSEOUT="ret urn doClass(5,'eq') ;">FUNCTIONS </A> &nbsp;
<A HREF="bookings. php?PHPSESSID=d 46e114f6b68a94a 295fd0da9b286f9 d"
ONMOUSEOVER="re turn doClass(6,'eq-active');"
ONMOUSEOUT="ret urn doClass(6,'eq') ;">CONTACTS</A>
</DIV>
<DIV ID="mens">
</DIV>
</TD>
</TR>
</TABLE>
<TABLE CELLSPACING="0" CELLPADDING="0" Border="0" ID="copy">
<TR>
<TD ID="mail">
<FORM METHOD="post" ACTION="thankyo u.php" ID="frm"><inpu t
type="hidden" name="PHPSESSID "
value="d46e114f 6b68a94a295fd0d a9b286f9d" /> <P ID="join">Join the
Tupelo maling list &nbsp; <INPUT TYPE="text" NAME="email" ID="email">
<INPUT TYPE="submit" VALUE="join" CLASS="submit" NAME="join">
</P>
</FORM>
</TD>
<TD ID="head">
<H1>ABOUT /// <SPAN ID="heex">THE VENUE</SPAN></H1>
</TD>
</TR>
<TR>
<TD ID="picL">
<DIV ID="LP"><IMG SRC="i/L/exa.jpg" CLASS="Lpic" ALT="large pic"
TITLE="large pic" NAME="Lpic" WIDTH="320" HEIGHT="215"></DIV>
<IMG SRC="i/S/i1n.jpg" NAME="s1" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s1','i/S/i1o.jpg','Lpic' ,'i/L/i1.jpg');"
ONMOUSEOUT="ret urn iRoll('s1','i/S/i1n.jpg');">
<IMG SRC="i/S/i2n.jpg" NAME="s2" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s2','i/S/i2o.jpg','Lpic' ,'i/L/i2.jpg');"
ONMOUSEOUT="ret urn iRoll('s2','i/S/i2n.jpg');">
<IMG SRC="i/S/i3n.jpg" NAME="s3" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s3','i/S/i3o.jpg','Lpic' ,'i/L/i3.jpg');"
ONMOUSEOUT="ret urn iRoll('s3','i/S/i3n.jpg');">
<IMG SRC="i/S/i4n.jpg" NAME="s4" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s4','i/S/i4o.jpg','Lpic' ,'i/L/i4.jpg');"
ONMOUSEOUT="ret urn iRoll('s4','i/S/i4n.jpg');">
<IMG SRC="i/S/i5n.jpg" NAME="s5" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s5','i/S/i5o.jpg','Lpic' ,'i/L/i5.jpg');"
ONMOUSEOUT="ret urn iRoll('s5','i/S/i5n.jpg');">
<IMG SRC="i/S/i6n.jpg" NAME="s6" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="re turn iRoll('s6','i/S/i6o.jpg','Lpic' ,'i/L/i6.jpg');"
ONMOUSEOUT="ret urn iRoll('s6','i/S/i6n.jpg');">
........
........
[formatting removed]

Change 'j.js' -

var pix = [
'i/S/i1o.jpg' ,
'i/S/i2o.jpg' ,
'i/S/i3o.jpg' ,
'i/S/i4o.jpg' ,
'i/S/i5o.jpg' ,
'i/S/i6o.jpg' ,
'i/L/i1.jpg' ,
'i/L/i2.jpg' ,
'i/L/i3.jpg' ,
'i/L/i4.jpg' ,
'i/L/i5.jpg' ,
'i/L/i6.jpg'
];

function loadimages()
{
for (var n, i = 0, l = pix.length; i < l; i++)
{
pix[(n = l + i)] = new Image();
pix[n].src = pix[i];
}
}

function iRoll()
{
for (var i = 0, l = arguments.lengt h; i < l; i += 2)
document.images[arguments[i]].src = arguments[i + 1];
}

function doClass(n, cname)
{
var el;
if (document.getEl ementById
&& (el = document.getEle mentById('eq' + n)))
{
el.className = cname;
}
return true;
}

function OW(fln){
..........
..........

Cheers, Rob.

THANK YOU SO MUCH ROB! fantastic.
Jul 23 '05 #5
windandwaves wrote:
RobB wrote:
[...]

THANK YOU SO MUCH ROB! fantastic.


Man (or woman?), that's 192 lines of text, containing 189 lines of already
known information, 2 blank lines and 1 line of new information (if one can
call your shouting aimed at one person out of thousands that). That's a
S/N ratio of 0.0052083~ (meaning that only about five thousandth of the
posting contained really useful information). When will you ever learn

<http://www.allmyfaqs.c om/faq.pl?How_to_p ost>

?
PointedEars
Jul 23 '05 #6
Thomas 'PointedEars' Lahn wrote:
That's a S/N ratio of 0.0052083~ (meaning that only
about five thousandth of the posting contained really useful
information). When will you ever learn


Hi Pointed

In my linguistic understanding capitals in a thank you note are positive
shouting rather than NEGATIVE. It is like a EUREKA, a positive cry of
enthusiam. You could do with some of that.

Cheers

- Nicolaas

Jul 23 '05 #7
"windandwav es" schrieb:
Thomas 'PointedEars' Lahn wrote:
That's a S/N ratio of 0.0052083~ (meaning that only
about five thousandth of the posting contained really useful
information). When will you ever learn


[...]
In my linguistic understanding capitals in a thank you note are
positive shouting rather than NEGATIVE. It is like a EUREKA, a
positive cry of enthusiam.


I personally can accept that, but Usenet Netiquette tells otherwise for
valid reasons and so at least I got used to it. Usenet Netiquette also
says that personal messages of that kind should be distributed via e-
mail only (which I could have done also but this is rather meant as an
example for newbies and lurkers who are potential posters).
HTH & HAND

PointedEars, F'up2 poster
Jul 23 '05 #8
Thomas 'PointedEars' Lahn wrote:
"windandwav es" schrieb:
Thomas 'PointedEars' Lahn wrote:
That's a S/N ratio of 0.0052083~ (meaning that only
about five thousandth of the posting contained really useful
information). When will you ever learn


[...]
In my linguistic understanding capitals in a thank you note are
positive shouting rather than NEGATIVE. It is like a EUREKA, a
positive cry of enthusiam.


I personally can accept that, but Usenet Netiquette tells otherwise for
valid reasons and so at least I got used to it. Usenet Netiquette also
says that personal messages of that kind should be distributed via e-
mail only (which I could have done also but this is rather meant as an
example for newbies and lurkers who are potential posters).
HTH & HAND

PointedEars, F'up2 poster


Rob B schriebs (shrubs? shrieks?):

BOYS ! BOYS ! Cut it out, the girls will be here soon.

Where's the Dr. Pepper? Did you forget the Dr. Pepper?

Jul 23 '05 #9
Thomas 'PointedEars' Lahn wrote:
"windandwav es" schrieb:
Thomas 'PointedEars' Lahn wrote:
That's a S/N ratio of 0.0052083~ (meaning that only
about five thousandth of the posting contained really useful
information). When will you ever learn


[...]
In my linguistic understanding capitals in a thank you note are
positive shouting rather than NEGATIVE. It is like a EUREKA, a
positive cry of enthusiam.


I personally can accept that, but Usenet Netiquette tells otherwise
for valid reasons and so at least I got used to it. Usenet
Netiquette also says that personal messages of that kind should be
distributed via e- mail only (which I could have done also but this
is rather meant as an example for newbies and lurkers who are
potential posters).

Well, the thing is that i get often accused of not following netiquette, but
I have no fucking clue what I am doing wrong. The thing is, most people on
here seem to have an IQ of somewhere up there, while I just try to grasp the
basics. Then again, I only follow rules that make sense to me ... then
again, top-posting is accepted in many places, but you would probably get
your head chopped off in this group.

Gruezli
Jul 23 '05 #10

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

Similar topics

9
1523
by: Dru | last post by:
Am I missing something simple? I can't figure this one out... <script language="JavaScript" type="text/javascript"> function showDesc(desc) { showDescription.innerText = desc; } </script> <img src="images/products/item1.gif)#" width="75" height="75"
3
5180
by: David Hayes | last post by:
I've made tooltips work in Firefox*, but tooltip doesn't appear at the specified location until the SECOND time that the user passes the mouse over the location with the mouseover event. What I want is for the user to be able to put the mouse over text that gives a year (e.g., "(1932)", "(1946)" and "(1923)") and see the tooltip to the right and slightly beneath the year. (For the record -- this needn't concern the debugging effort --...
3
3359
by: jimmygoogle | last post by:
I posted earlier with a scope problem. I think I resolved it in IE but in Firefox it still exists. Anyone have any ideas/experience with this? I attached my code sorry it is so long. You can cut/paste it into 2 files and run it to see what I mean. ###############menu.html############### <html> <body> <script type="text/javascript">
5
3511
by: Martin Chen | last post by:
I have a frame set (as per MS FrontPage 2000). It has a contents and a main frame. The contents frame has a menu bar written with with javascript (in the context of a table). In IE6.1 everything works fine as it also does in firefox if I call the contents frame directly (i.e. outside of its frameset). However, if I call my main page (index.html) which invokes the frame set, the contents frame javascript menubar onmouseover function...
7
6462
by: 80s.arcade | last post by:
Hi. Please take a look at this page: http://tinyurl.com/s2l8w In IE6, putting the mouse on each of the two items highlights the word in a blue (different image) and shows a tool tip. In Firefox(1.5.0.6), nothing shows when mouse goes over it. Please view the source of that simple page (with some JavaScript) to see if you know how I can get this to look in Firefox like it does in IE?
0
1747
by: Simon Dean | last post by:
Hi, Before I get to far, I've been making some modifications, but I need to make sure Im on the right track. Here's what I have so far: http://celebrity.blargle.co.uk/test2.html Well before the main changes.
6
9726
by: marss | last post by:
Hi, How can I define in Firefox whether the left mouse button is pressed when I move mouse over a html element? The documentation says that "e.button == 0 for standard 'click', usually left button" http://developer.mozilla.org/en/docs/DOM:event.button Tracing of mouse clicks or mousedown/mouseup events looks not reliable, because mouse can be pressed elsewhere out of the html element (even outside of the browser) and then move over the...
2
1996
by: The87Boy | last post by:
Hey I have a problem with a Javascript, which doesn't works in Firefox You can have a mouse over the 2 first pictures, but after the second picture has moved over the screen, nothing is happening when you move the mouse over the slideshow The source code is here: http://the87boy.dk/Slideshow.html What could be wrong?
1
8035
by: Sura | last post by:
Hi I have a flash interactive window which has html links and this appears on an html page. This window can be moved with the mouse on the html page. The html page has an iFrame too. When the flash window comes above the iframe area the html links stop working. Yet the links remain active when the flash window is outside the iFrame area. This problem is coming in Firefox, but running fine in IE. If anybody has any solution, please...
0
9694
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
10509
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...
0
10281
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
10256
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
10039
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
7584
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
6824
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();...
2
3765
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2953
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.