Results 1 to 4 of 4

Thread: What is mouseover?

  1. #1
    Join Date
    Jan 2009
    Posts
    40

    What is mouseover?

    Hello people,
    While surfing the net i came across the word 'Mouseover'. I know it is something related to mouse. But don't know exactly. Can anybody explain it and what's the use of it?

    All suggestions are accepted.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,277

    Re: What is mouseover?

    It is a common instruction for the operator to move the mouse so that the cursor on the screen, usually a little arrow, passes over a certain part of the screen which automatically triggers some sort of action, for an example, open a document.
    Look on the page for text of a different color or text that's underlined.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,276

    Re: What is mouseover?

    Technically, mouseover is JavaScript element that triggers a change on an item (typically a graphic change, such as making an image or hyperlink appear ) in a Web page when the pointer passes over it. The change usually signifies that the item is a link to related or additional information. Mouseovers are widely used in Navigation Bars, pop-up windows, and/or form submissions.

    Mouseovers require JavaScript in two places of an HTML document. At the beginning of your document and before the BODY tag, JavaScript defines the event to take place. After the BODY tag, HTML code contains the actual mouseover element in the place on your Web page you want the action to take place. When your mouse passes over the HTML code containing the mouseover element, it signals the JavaScript event to take place.

  4. #4
    Join Date
    May 2008
    Posts
    2,792

    Re: What is mouseover?

    Mouseovers are most commonly used in navigation, causing an image or text to change when the mouse is placed over the image or text. Most often this is a color change, but you can also change the entire image. In your WebSite Complete project, you must preview your site in order to see any mouseover effects.

Similar Threads

  1. Mouseover Problem
    By balzano.5 in forum Hardware Peripherals
    Replies: 1
    Last Post: 03-04-2012, 11:01 PM
  2. Personas not changing on mouseover
    By Catawba in forum Operating Systems
    Replies: 3
    Last Post: 19-09-2010, 06:45 AM
  3. Mouseover Tabs Menu in CSS
    By - Empty Shell - in forum Software Development
    Replies: 5
    Last Post: 06-02-2010, 01:01 AM
  4. Image changing on mouseover
    By Shophia_D in forum Software Development
    Replies: 3
    Last Post: 25-11-2009, 09:34 PM
  5. Set a mouseover image effect using jQuery
    By Ektaa in forum Software Development
    Replies: 3
    Last Post: 23-05-2009, 10:43 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,143,277.38239 seconds with 17 queries