Questions tagged [onmouseover]

OnMouseOver is an event which fires in a GUI framework when a user positions mouse cursor over a control.

1007 questions
-2
votes
2 answers

Dynamically Changing an img tag's onemouseover attribute with Javascript nulls it instead

I want to create an img that has four different states: State 1 over State 1 out State 2 over State 2 out Each state is a different image, and the user can toggle between states 1 and 2 by clicking on the image. To do this I change the src when the…
ρσݥzση
  • 217
  • 3
  • 13
-3
votes
1 answer

onmouseover not working

I'm trying to get onmouseover and onmouseout to work in some fairly simple PHP code. While the resulting webpage source code shows the HTML markup just fine, for the onmouseover and onmouseout attributes, the anchor continues to show (in the window…
-3
votes
3 answers

Syntax error with quotes in PHP (mouseover and image source)

I'm trying to include the onmouseover function with an image using this.src='url' in a PHP array. I don't know if there is another way to call the image source without using single quotes, because it closes the HTML in that line. $botons = array( …
AranKT
  • 1
  • 1
-3
votes
1 answer

On mouse over and on mouse out

how do i write a function that uses getElementById to change the picture in that image to something new (picture2.jpg). then second function that changes the picture in that image back to the first picture (picture1.jpg).How do i then modify the…
-3
votes
2 answers

Add onmouseover controls

would like to add a play/stop button to an image onmouseover. I have several images in the same div that are called separately. If Image A is called I would like to have a arrow icon/button appear on the image. And onmouseout, the arrow/icon…
wxchic
  • 7
  • 5
-3
votes
1 answer

onmouseover property doesn't working

I want to have a popup on mouseover... but it is not working. In Javascript I am simply giving alert, the code works fine when I don't pass the parameters or send hard coded value but when I passed parameter using php tag it doesn't work.
-3
votes
2 answers

Two ONMOUSEOVER on one source. Javascript

I am trying to write JavaScript that has a banner. When I mouse over the banner it changes into a different banner. Then when I mouse out it should stay the same. Then when I mouse back over it should go back to the original banner. However I can't…
Dolbyover
  • 89
  • 1
  • 2
  • 10
-3
votes
1 answer

Javascript: only use external file with functions and events

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 is very well laid out and commented but it…
HoppedUpDesigns
  • 65
  • 2
  • 12
-3
votes
3 answers

Onmouseover on child change the parent color

head no background and color black ,on mouseover its color will be white and background black ,its working fine but onmouse over on content i want to change the color of head? how? Is it possible only using css?
-4
votes
1 answer

How to make an image hover over another and export it as an image

Ok, so i have a question. First let me post this: That's an html code that…
NekoTony
  • 54
  • 8
-4
votes
2 answers

how to open multiple pages ONMOUSEOVER

I want my link or image to open multiple pages when mouse is over it without clicking, i mean using ONMOUSEOVER or javascript. is it possible? if yes how? thanks .
OmidAlee
  • 3
  • 1
-4
votes
1 answer

mouseover fires inadvertently for image on layout change

I have a number of images in my HTML document. The user triggers some changes (AJAX calls) when clicking on an image or by pressing a key. To keep track of the latest image (client-side), I use javascript and onmouseover, assigning the image ID to…
Gyro Gearloose
  • 1,056
  • 1
  • 9
  • 26
-5
votes
2 answers

onmouseover and onmouseout not work

My onmouseover and onmouseout functions are not working. Here is my PHP file. I wont to add medals and info of medals,but i cannoct add :/ Please help me. Sory for my bad english. I have a lot medals,but here is the first …
Haris
  • 1
  • 2
-6
votes
2 answers

How to open javascript menu with click & close with mouse out

This is my menu JavaScript function. now my menu open with click & close with click. i want to open with click & close when mouse leave the button. $("#theme_select").click(function() { if (theme_list_open == true) { $(".center ul li…
user1460201
  • 1
  • 1
  • 5
1 2 3
66
67