On Fri, Oct 03, 2003 at 06:11:39PM +0800, Jack wrote:
: 
: I had write a script using php,which will pull the values from a mysql table
: to display in HTML.
: now i want to add a function which when the mouse had move over a table
: cell, the background of the table cell will turn to other color!
: 
: Is anyone know how i can perform this task?

You'll have to write up some function in JavaScript that gets invoked on
a onMouseover() event.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to