The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
28 views

change visibility with onmouseover / onmouseout

I'm trying to make an img disappear with an onmouseover event and then I would like that img to reappear with an onmouseout event Here's what i have so far: <body> <h1>Catch the ...
0
votes
1answer
22 views

How to properly set id for individual mouseover buttons

I have a column of buttons that have to do the same thing as the first button but with there own individual pics. How do I set the id so that there's no glitches? Right now I have three buttons set up ...
0
votes
0answers
6 views

Prevent object link from working when dragged

I've got a draggable image on my site, which I want to link to another page if clicked on. Trouble is, I don't want it to be 'clicked' if it is dragged, only if it is clicked and not dragged. So ...
0
votes
1answer
21 views

onMouseOut effect fired when mouse cursor goes to child div… I dont want to do that

Here is my code -- <li> <a id="LoginTxt2" onmouseover="MouseOver(this);" onmouseout="MouseOut(this);" href="#"> <div style="background-color:#CCC;">OLD Text</div> ...
0
votes
0answers
15 views

how to make onmouseout back to original image

I have this code and it works, but it doesn't go back to original image when onMouseOut. It stays as last onmouseover. I need to go back to original condition when its onmouseout. How can i make ...
0
votes
2answers
38 views

Using onmouseover and setInterval to rapidly change the font family

I want to do this with all the navigation menu links on my site. (I know, it sounds crazy, but I thought I'd give it a try and see if it looks cool) I already have a site that uses css and onhover to ...
-1
votes
1answer
66 views

Mouseout on a set of divs not working properly

I was implementing a code in which i have parent div which contains n number of child divs. I have a mouseout function for main div as well as different mouseout function for child divs. My code ...
2
votes
1answer
55 views

Finding the mouse pointer position relative to an svg element

I have a scg element written as below. <svg height="300px" width="600px" xmlns="http://www.w3.org/2000/svg"> <g id="100" onmouseout="outg()" style="stroke-width: 1;fill: rgb(255, 200, ...
0
votes
3answers
53 views

How do i disable onmouse and onmouseout function on touchcreen devices only

I am creating a responsive shopping site for a clothing brand and have a onmouseover="" and onmouseout="" effect on my <img> tags to show the front and back of the products, like on ...
1
vote
2answers
35 views

Change style with Javascript

<html> <head> <style> #line { height: 1px; width: 100%; float: left; background-color: #8e9194; position: absolute; top: ...
0
votes
1answer
69 views

Firefox only glitch with link hover and use of onmouseover / onmouseout

Hi guys I'm getting some strange behavior using Firefox with in combination with onMouseOver and onMouseOut - Events. I got this code i.e: <a href='examplelink' onmouseover='showPopup();' ...
0
votes
1answer
180 views

onmouseover and onmouseout to resize images

I'm trying to mouse over a few images then the images will resize but somehow let's say I have three images. if my mouse is over the first image then all three will resize if I mouse over the third ...
0
votes
0answers
43 views

how to hide a calender control onmouseout

I have a calender control that is currently working fine <asp:TextBox runat="server" ID="txtFrom" Enabled="false"></asp:TextBox> <asp:CalendarExtender ID="ceFrom" runat="server" ...
0
votes
2answers
41 views

When does onmouseout occur?

I mean does it occur every single moment when the mouse is not over the element? Or is it a single action when mouse leaves the element? It is important because I need to know when the mouse pointer ...
0
votes
1answer
142 views

Onmouseover & onmouseout not working in IE

I have a problem with onmouseover and onmouseout events. I am working on it on my site: http://pacogames.com/ When you visit it by Chrome or FF and you move with mouse over the games, you can see the ...
0
votes
1answer
391 views

Javascript play sound on hover. stop and reset on hoveroff

function EvalSound(soundobj) { var thissound=document.getElementById(soundobj); thissound.currentTime = 0; thissound.Play(); } function StopSound(soundobj) { var ...
0
votes
0answers
140 views

Different mouseover and mouseout images within Input tags

I have a custom (IE I found it on the internet) PayPal donate button. I want it to have 2 different images - the mouseout image, and the mouseover image. I changed <input type="image" ...
0
votes
0answers
36 views

IE7 onmouseover, onmouseout Events

I have the following scenario. I am trying to set onmouseover as well as onmouseout events on a element using jquery's attr() method. It works on all browsers except IE7. In that, even though ...
0
votes
1answer
150 views

JQuery .is(':hover') not working correctly in IE9

I am having a problem with a popup div in IE9 with the following code: <li id="info001" class="listInfo" onmouseover="ShowPreview(this);" onmouseout="HidePreview();"> and my HidePreview ...
0
votes
2answers
191 views

Issue with getting onMouseOver and onClick to work

I have a problem with onClick and onMouseOver, and am trying to resolve using pure JavaScript. I have 2 images, when cursor is over the image1 the image2 appears, and this image2 has a function that ...
0
votes
1answer
122 views

mouseout and mouseleave not working in ie

var iframeContent = $("#<%= iframeID %>").contents(); iframeContent.off("mouseover", "#divImgSize").on("mouseover","#divImgSize", function() { //some code }); this function working ...
0
votes
0answers
45 views

onmouseout of hotspot

I have a building map that you can see here http://projectpano.netii.net/imagemaper.html If you mouseover the hotspot, the plan in the right corner will show. But, if you mouseout of the hotspot ...
0
votes
2answers
296 views

onmouseout not working

I have a little problem. I am calling a function on onmouseout event of the event, it works fine but it is not changing the innerHTML. Below is my function: function rvrtImg(id) { alert(id); ...
1
vote
1answer
125 views

JavaScript menu onmouseout issue

I'm trying to create a JavaScript (preferably not jQuery btw) website menu which downs a drop down of sub-links when each menu item is hovered over. I almost have it fully functional but I've hit a ...
0
votes
1answer
159 views

Change the CSS class of a span element on mouseover of another element

I am trying to change the css class of a span element when another element is hovered over. The get an idea of what I mean. Load up your Facebook and hover over the main newsfeed posts and in the top ...
0
votes
3answers
96 views

Onmouseover/out

Two issues I am having. The mouseover function is very FAST and it's definitely not working properly. I made a separate function for the onmouseout state, but it didnt help. The class changes ...
0
votes
1answer
338 views

Javascript onclick with onmouseover and onmouseout

I have an image with a few javascript calls on it, most of which work OK. Basically, what I want it to do, is when clicked swap image and then depending on which image it is currently on, to swap on ...
1
vote
2answers
129 views

Struggling with onmouseover and onmouseout

I am struggling with onmouseover and onmouseout. Every site I have been to shows this syntax almost exactly. I practically copied pasted it from Mozilla. The problem I’m having is that it calls the ...
0
votes
1answer
109 views

RaphaelJS hide shape onmouseout

I've created 4 rects using for loop. If you hover on any of these rects a rect will be displayed alongside. But the problem is that newly displayed rect doesn't hide on mouse out. What is wrong with ...
2
votes
2answers
352 views

JavaScript HTML: Image with hover function disappears

I am experiencing some problems with my javaScript hover function on two images. When the user hovers over the arrow image it should change into a hover-version of that image, and if the user clicks ...
1
vote
4answers
206 views

onmouseover() to invoke onclick after 1 second?

I have an element: <b onclick="alert('');" onmouseover="this.style.color='red'; setTimeout('........', 1000);" onmouseout="this.style.color='';">123</b> I need that when element is ...
0
votes
1answer
249 views

javaScript Animating Images onmouseover/onmouseout

I have an animation (41 frames) of a door opening, I want to use javaScript to make it open onmouseover, and I want it to go back to frame 1 onmouseout. I don't think I'm doing it quite right for the ...
0
votes
0answers
85 views

unable to fade in when i swap image source using inline Javascript - onMouseOver=“”

I have an image that has a ton of irregular shaped sections that I'm using as links. I've been able to swap the main image source when I hover over these links using some inline Js, but I also need to ...
3
votes
4answers
1k views

How to change image with onmouseover in different place that reverts back to default image on the site?

I'm no expert in this so excuse me if this is very basic but I couldn't find answers. So I want to have navigation section with categories on the left side of the page. Each category is different ...
0
votes
0answers
470 views

Jquery .hover slider pause,

I'm trying to implement a on hover pause to a wordpress plugin called http://wordpress.org/extend/plugins/easing-slider/. It seems to be using the following jquery slider to actually slide the images ...
0
votes
3answers
606 views

JavaScript to change onmouseover or onmouseout to call a different function?

Is it possible to change a function that is called by an existing onmouseover or onmouseout event? For the following example is there a way for me to have ChangeItemAEvent change the "ItemA" ...
1
vote
0answers
86 views

GWT MouseOutHandler not fired, when moving to fast over icon

I have a Tooltip class, which adds tooltip functionality to an element. When I move too fast over an element, the MouseOutHandler sometimes does not fire and so the tooltip stays visible. Here is ...
0
votes
2answers
153 views

What event to use instead of onmouseout to run when mouse is not over the element?

i want to run a script when i'm not hovering an element. It's some kind of deactivating something else that was run previously in 'onmouseover' event. So I'm using onmouseout event to run this script, ...
2
votes
6answers
2k views

Change Text Color on mouseover

I'm hoping to accomplish this using pure CSS and Javascript. I'm ok with PHP as well. I'm avoiding jquery because I'm trying to learn javascript a bit more and I've found that in some word-press sites ...
1
vote
0answers
137 views

onclick does not work with some scrollTop values

I encountered a strange problem, maybe someone can help. There are multiple img on the page, each one is defined as: <td><a href="#" onclick="Show(\'div1\');return false;"><img ...
1
vote
1answer
193 views

onmouseover and onmouseout functions containing intervals not executing correctly

I am doing some experimentation with JavaScript and I have a list of 4 items displayed horizontally, with each list item having an onmouseover and onmouseout event assigned. The onmouseover event for ...
-3
votes
1answer
560 views

Javascript: only use external file with functions and events [closed]

I have an assignment that MUST be followed to the letter. Please read the comments at the top of the javascript code to see the restrictions that I have for this assignment. Most of the functionally ...
0
votes
0answers
156 views

Javascript functions in external file only using functions and event handling

I need to have exactly 3 functions in an external javascript file. All the work must be done in the javascript, can't edit the html or the css. I also can't use jQuery or innerHTML. This is an ...
0
votes
3answers
1k views

JavaScript: handle onclick, onmouseover and onmouseout functions in an external JavaScript file ONLY

So I have to display plain ole tooltips in various situations. I have to deal with canceling the default behavior of URL links using an onclick event, show the tooltip on a mouseover event and hide ...
0
votes
1answer
100 views

Getting the most up to date value from the DB, in PHP, after saving to the DB using AJAX. WITHOUT reloading page

I am building a mock Flickr site where you can rate the photos by clicking on 1-10 stars. When the page loads, it creates an object for the photo and sets its values based on the db entry ...
-1
votes
1answer
153 views

Updating and displaying the most recent record (in DB) after AJAX updates the value through PHP [closed]

So I am setting up a PHP site like Flickr, except these photos can be rated. So I am setting up the rating system in AJAX so that when the user clicks on a star to rate the photo, the stars on the ...
2
votes
1answer
109 views

How do I keep the DIV from jumping onMouseOver?

The goal of this little snippet is to (by default) show image data then remove it via "slideDown" onMouseOver. It works mostly, however when the info is displayed if you hover over the text, the div ...
0
votes
1answer
151 views

Raphaeljs animate onmouseout issue

I have this code where the color changes on onmouseout and onmouseover events. However if I the move mouse over those boxes very fast the onmouseover function doesn't work properly and doesn't change ...
0
votes
1answer
286 views

Raphael.js onmouseover onmouseout event

I've made 4 rectangles in raphael.js using the for loop. When I apply events such as onmouseover or onmouseout it applies only to the last rectangle created. I know something is wrong in my code. ...
0
votes
1answer
172 views

Disable and re-enable button

I have several buttons on my page which are either "start timer" buttons, or "stop timer" buttons, which run startTimer and stopTimer functions respectively. During the startTimer function, the ...

1 2 3