|
Post by Schubaltz on Aug 12, 2007 13:52:56 GMT -5
Description: Self-explanatory.
Source: Open
Cross-browser: Yes
Global Footer <script type="text/javascript"> <!-- // Board Image Highlight
if(window.mouseOverHighlightCell) { var $e = [ mouseOverHighlightCell, mouseOutHighlightCell ] mouseOverHighlightCell = function(a) { a.style.background = "url('http://www.google.com/img.gif') no-repeat bottom right"; $e[0](a); } mouseOutHighlightCell = function(a) { a.style.background = ""; $e[1](a); } } //--> </script>
|
|
|
Post by cetrasan on Nov 16, 2007 14:43:49 GMT -5
Doesn't work for me.
|
|