Re: [PHP] How to swap the table's bg color with php

2003-10-03 Thread Eugene Lee
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!

RE: [PHP] How to swap the table's bg color with php

2003-10-03 Thread SED
You will need Javascript and CSS (and this is not a postlist for that). If you are not familiar to both, this work can get tricky at first. Regards, Sumarlidi Einar Dadason SED DESIGN _ Address: Thingvallastraeti 4 600 Akureyri Icel

RE: [PHP] How to swap the table's bg color with php

2003-10-03 Thread chris . neale
Try using stylesheets instead of javascript. I think you need to use :hover on either the td element and then specify a style. background-color I think it is. I haven't got my HTML reference handy and can't remember the specifics, but that's the general idea. Hope that's of some use. Regards Ch