Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: status bar


Message #1 by "Arun Kumar" <akumar@g...> on Mon, 17 Jun 2002 16:16:17 +0530
This is a multi-part message in MIME format.

------=_NextPart_000_0028_01C216B0.34D53B80
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

when mousemove or mouseover or mouseout of image mapped.
i also did it body tag , every things work fine except when mouse just
reaches the edge of image or map it show the link on status bar.

  ----- Original Message -----
  From: Sam Kirkpatrick
  Newsgroups: javascript
  To: javascript
  Sent: Monday, June 17, 2002 6:53 PM
  Subject: [javascript] Re: status bar


  When you do your mouseover (or whatever) and set the status bar, 
always add "return true;".

  e.g.
      <a href=3D".." onMouseOver=3D"window.status=3D'Mouse over...'; 
return true;" onMouseOut=3D"window.status=3D''; return true;'...>

  See how you get on with that.

  Sam Kirkpatrick - SJK Software
  http://www.sjksoftware.co.uk

    "Arun Kumar" <akumar@g...> wrote in message 
news:184941@j...
    hi guys,
    i have a problem with status bar
    i want to hide the message on status bar
    when mouse move over mapped image with some link.
    by default it shows the status with href value of mapped area.
    i was able to show my own message with window.status and
    window.defaultstatus , problem occurs when mouse just about to enter 
the mapped area or just to touch the image, href apears in status bar 
even after the status and defaultstatus is set.
    what could be the reasome how can i over come this problem.
    thanks in advance.
    regards
    Arun
    i just donot want it.


    Arun kumar
    Aithent Technologies, Gurgaon
    91-124-6455511 extn. 310
  --- Improve your web design skills with these new books from 
Glasshaus. Usable Web Menus 
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e r-20 Constructing Accessible Web Sites 
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e r-20 Practical JavaScript for the Usable Web 
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e r-20 --- Change your mail options at http://p2p.wrox.com/manager.asp 
or 



  Return to Index