home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / Webstrijd / CoffeeHTML / CoffeeHTML95.exe / %MAINDIR% / Snippets / Mouse Over.snp < prev    next >
Encoding:
Text File  |  2003-05-27  |  249 b   |  7 lines

  1. <!-- This is a mouseover without Java. When you touch
  2. the link text a message pops up in the status bar-->
  3.  
  4.  
  5. <a href="alink.html" onMouseOver="window.status='Put something here';return true">This is a link with
  6. a little mouseover ability</a> 
  7.