Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
340 views

JTable with JPopupMenu

how can I prevent triggering and showing JPopupMenu only if is Mouse Cursor over selected JTable'Row my question: if is there another way as getBounds from selected row and determine/compare that ...
6
votes
3answers
502 views

On mouse-over event in WPF?

I'm trying to implement a tool-tip system in a WPF MVVM application. The tool-tip is supposed to appear in a certain Label that is a part of the MainWindow (not hovering at the mouse pointer) and ...
6
votes
3answers
3k views

HTML5 canvas advanced framework

I need HTML5 canvas framework to do: draw object (e.g. rectangle) on onmouseover event of the object change color/border style on click do some js action thx EDIT: I have finally decided to use ...
5
votes
3answers
2k views

Why does the “onmouseover” event use “return true” to prevent default behavior?

I have been searching for this for some time, but haven't got any explanation. For "onclick" and other events in javascript, the event handler returning false means "prevent default action". However, ...
3
votes
4answers
132 views

Temporary Onmouseover

Css "hover" selector applys a temporary style to an element, it isn't definitive: div:hover { background-color: red; } I can do the same thing with javascript but it is a bit complicate and ...
3
votes
3answers
390 views

simple onmouseover to call javascript not working

In a simple html page I have: <SCRIPT> function Clicker(number){ if (number == 1) document.write ('<style type="text/css">body {background-color: #cccccc;}</style>'); } ...
3
votes
3answers
9k views

Windows.event is undefined -Javascript error in firefox

I'm using javascript to change some settings of asp button on mouseover. It is working in IE. But not working in Firefox. Is there any other javascript code that will support almost all browsers? My ...
3
votes
2answers
405 views

mouseover banner controlled by text

I'm trying to create an effect where rolling the mouse over some text will cause an image in another part of the page to change to another image until you the mouse moves away from the text. Does ...
2
votes
4answers
54 views

Is there anyway on onmouseover to fire after mouseovering after a few seconds?

I want to make sure the user wants to have something pop up by mouseing over a div. I don't want the user to accidentally trigger something to pop up without intent. setTimeout doesn't work because ...
2
votes
4answers
76 views

mouseover show div

I haven't been able to find the answer to this anywhere. How do you make a hidden div appear when mousing over where it would have been? Please do not tell me how to make a link, I know how to make a ...
2
votes
2answers
83 views

Need help on making my Javascript unobtrusive

So I have created an order form in HTML + Javascript, and what I am wanting to use Javascript for is when someone hovers over the "label" for the soup, a hidden div will be visible (later on I intend ...
2
votes
2answers
167 views

how to change Image button on mouseover

I want to change the image button from green to yellow on rollover. Here is my CSS code a#try-it-button { width:273px; height:47px; margin-left:25px; margin-top:372px; ...
2
votes
1answer
76 views

JavaScript Unwanted Delay?

If you visit http://www.thebattleforarcadia.com/construction/index.html and open the site in multiple tabs or windows, you might notice the scripts exhibiting delays on the page while including ...
2
votes
2answers
344 views

JavaScript: onMouseOver Event Not Working Properly With Other Events

I have a HTML webpage that contains a 15x15 table and I also have a small square div that follows the mouse when you press and hold the left mouse button on the div. I have assigned an onmouseover ...
2
votes
2answers
493 views

onMouseover a flash element?

I can't figure out how to fire a javascript event when rolling over a flash element even though it's on wmode:transparent. I have tried to put a transparent sensor div over the flash element with the ...
2
votes
3answers
483 views

onmouseover and hyperlink hover

I had a div with links that underlined once you hover over them. I added an onmouseover JS event to the div and now the hyperlinks no longer underline when I hover over them, but instead whatever ...
2
votes
5answers
477 views

how to change text paragraph(<p>) on mouse over

I have some news links, when user moves on that I have to change text of paragraph containing news in details.
2
votes
3answers
649 views

how to change div background image in mouse over?

I have 7 thumbnail image menus.when user points(mouseover) to a particular thumbnail, I want to change the background-image of <div> to the regarding image of that thumbnail. thumbnail images ...
2
votes
2answers
1k views

mouseover while mousedown

I have a large table with with each cell being 25x25 and a div inside each one. Each div has the class of "node" and a background colour is applied to them all. I'm in the process of writing some ...
2
votes
4answers
2k views

How to ignore Onmouseover in javascript on div with absolute position

I have the following code: <body> <div id="div1" style="position: absolute;"></div> <div id="div2" onmouseover="not handling"></div> </body> div1 covers ...
1
vote
1answer
59 views

Javascript: onmouseover not triggering more than once

have a function which is called onmouseover that animates the element that was moused over down then, once the mouse has moved outside of the area that the element took up, animates the element back ...
1
vote
2answers
32 views

Change page background when rollover an image using javascript

I am currently using javascript for this but if you have a better solution I am all ears. So I have my wrapper and its background and within that is all my content including a button that I want to ...
1
vote
0answers
45 views

Prevent onMouseOver firing multiple times continuously if event queue is not empty

I have a question regarding onmouseover on "a" tag. I currently have a list of "img" thumbnails which have onMouseOver attached to the "a" tag which wraps the "img". When the mouse is over the image, ...
1
vote
1answer
34 views

Timing of events when the mouse moves through overlapping or nested areas

When I have nested objects, the timing of events that occur when a mouse passes though is very counterintuitive and complex. Can someone explain the rules for the timing? For example, when I have ...
1
vote
2answers
137 views

mootools, watir webdriver onmouseover take no effect

My test shows that webdriver fire_event("onmouseover") takes no effect when page has mootools lib. when remove mootools lib, fire_event("onmouseover") takes effect. how can I get a workaround? ...
1
vote
3answers
56 views

Javascript OnMouseOver without attribute

I'm trying to trigger a javascript onMouseOver event without having the onMouseOver attribute on everyone of my anchor attributes. In reality I want to display some other anchors when the user mouses ...
1
vote
1answer
77 views

Invisible mouse onmouseover in css and html? [closed]

Possible Duplicate: Is it possible to hide the cursor in a webpage using CSS or Javascript? Web browser: Hide mouse cursor I'm making a website and I'm stuck with one problem. I wonder ...
1
vote
0answers
53 views

slider , line is running before setTimeout , and after mouse over to execute script once , until all slides are completed

Hi i have this html <div class="slideListHolder clearfix"> <div class="cntBoxes"> <div class="mainBox" id="list-1"> ...
1
vote
1answer
65 views

How do I add a delay to this jQuery mouseover?

I'm using this jQuery and I've trying to figure out how to add a delay to this mouseover event. It's way too fast and I need it to wait at least a second before it executes the event. The script is ...
1
vote
2answers
144 views

Simple onmouseover not working on eBay auction page?

I have created a background which changes onmouseover of "test image". This works on a normal hosted account at http://zabb.co.uk/full_page_ebay_table_working.html but not when placed within an eBay ...
1
vote
2answers
82 views

Jung2: How to implement displaying details of a node on mouse over of a Node?

I am looking for a way how to display details of a node (as a popup) on MouseOver. Unfortunately the Jung2 tutorial does not provide any information how to implement this kind of functionality. Could ...
1
vote
1answer
157 views

Blinking text on mouseover

How to get rid of blinking text on mouseover in javascript. I edited the number of duration but doesn't make any different. It doesn't look smooth to me at all. I'm quite a new web developer, not sure ...
1
vote
3answers
81 views

Javascript Mouseover and mouseout actions

I have a code like; <asp:HyperLink ID="hl" onmouseover="ShowDiv();" onmouseout="HideDiv();" runat="server"/> <div ID="divid" onmouseover="ShowDiv();" ...
1
vote
2answers
101 views

Why is this mouseover jquery code not working?

I'm using the following code in the head area of the site (I've also tried the body): <script> $(document).ready(function() { $(function(){ $("#h1").mouseover(function () { ...
1
vote
1answer
337 views

Hide tooltip onmouseover for Google Visualization API

Is there any way to hide the popup when a pie slice is moused-over in the Google Visualization API using Pie Charts? Thanks
1
vote
1answer
50 views

Pulling Text From an Event Attribute in jQuery

I have an anchor with the onmouseover attribute. This event attribute calls another function as so: <a onmouseover="showHint('<h3>some HTML</h3>', this, event)"></a> After ...
1
vote
3answers
271 views

How to drop a select list by 'onmouseover'?

How can I drop down a select list with onmouseover instead of clicking it. Select list cannot be clicked in javascript to emulate that. eg: onmouseover="(this.click())" Also setting the 'size of ...
1
vote
1answer
338 views

Showing qTip onmouseover

I am trying to validate a form, using jQuery validate and show errors messages using qTip. But i want to show error message onMouse Over, as of now when i submit the form the error messages are coming ...
1
vote
1answer
164 views

mouseover fired with mouse still and element moving

I am in a situation where I need jQuery's mouseover event to be fired when an element (in this case an image) moves under the mouse, so unlike the common situation is an element that is moving, not ...
1
vote
4answers
268 views

javascript rollover image - (how) can I set css styles for onmouseover image?

newbie here so pls be patient :) I have an image (Image#1) which is aligned against the far left of the page (all body padding and margins set to 0) and have added some rollover javascript so a new ...
1
vote
1answer
165 views

Django + Javascript + “onmouseover”

This will be sort of general question about django + javascript. For example, I have 5 news, for each there is title, text and image. On web page all of 5 images are visible, but only 1 text and 1 ...
1
vote
4answers
1k views

Adding an onmouseover attribute to an <asp:Panel> in a <asp:Repeater>

I have a repeater containing several several panels. I have noticed that there is no onmouseover attribute of the <asp:Panel>. I have read that I can add the attribute to the panel by calling in ...
1
vote
2answers
1k views

MouseOver event to change TD background and text

I need to change the td background to grey and text in another td when the user's mouse goes over the first mentioned td. I have done this so far: <td ...
1
vote
1answer
408 views

how to register( programmatically use) a mouse over event in c# and vb.net without using java script

i know how to make a mouse over event using html code and javascript but i am interested in knowing if there is a way of making the mouse over event using c# and/or vb.net. i tried using the ...
1
vote
2answers
546 views

How do I detect whether a browser supports mouseover events?

Let's assume I have a web page which has some onmouseover javascript behaviour to drop down a menu (or something similar) Obviously, this isn't going to work on a touch device like the iPad or ...
1
vote
1answer
982 views

OnMouseOver to display an image inside each row of p:dataTable

I have a p:dataTable and I want to create and effect that when I hover my mouse over a row, a delete image appear to allow me to delete that row. I use PrimeFaces.escapeClientId to convert jsf Id to ...
1
vote
2answers
218 views

How to know which element called a function in Javascript?

I'm doing this page with a lot of image links that change when the mouse hovers above them. I have a function for changing the image here: function hoverImg(element) { if ...
1
vote
2answers
811 views

Add OnMouseover Event to TinyMCE Editor Instance

I would like to add onMouseOver and onMouseOut events to an editor instance within TinyMCE (through a plugin), but they seem not to be supported by TinyMCE's API. Specifically, I would like a control ...
1
vote
1answer
249 views

jQuery UI: Update image source inside jquery dialog after dialog has been opened

I have the following function: function imageSwap(imgPath){ jQuery("#bigimage").attr("src", imgPath); } which is called by: <a href="#" ...
1
vote
1answer
2k views

jQuery toggle on mouseover - prevent queue

I have the following code which toggles the visibility of a div when another div is moused over. It works fine, except if you mouse over and out repeatedly it queues all of the toggles: ...

1 2 3 4