![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveGraphic cut on IE, but not FireFox
From: Daniel Kaplan <NoSPam@NoSpam.com>
Date: Sun Jan 29 2006 - 16:55:00 CET
I use the code below to create dynamic buttons (highlight when Mouse is
Any ideas what this could be, and what the fix would be?
Thanks
Code is as below (a snippet)
aboutoff= new Image(95, 35);aboutoff.src="../image/about_n.jpg";abouton= new
<A HREF="land.html" onMouseover="lightup('about')"
|