ali_2kool2002 Posted March 18, 2007 Share Posted March 18, 2007 hi can someone help me change the below table in php so that when a user puts their mouse over the table changes to a different colour? thanks > ??? ??? ??? ??? Link to comment https://forums.phpfreaks.com/topic/43230-solved-higlighting-tables-in-php/ Share on other sites More sharing options...
ali_2kool2002 Posted March 18, 2007 Author Share Posted March 18, 2007 while ($results = mysql_fetch_array($get_cat_res, MYSQL_ASSOC)) { $catId = '0'; $driverId = $results['catId'] ; echo '<tr><td align="center">' . $results['catId'] . '</td> <td align="center">' . $results['cat_name'] . '</td> <td align="center"><input type="radio" name="catId" value = '.$driverId.' unchecked> Selected</td> </tr> '; } Link to comment https://forums.phpfreaks.com/topic/43230-solved-higlighting-tables-in-php/#findComment-209904 Share on other sites More sharing options...
Orio Posted March 18, 2007 Share Posted March 18, 2007 That has nothing to do with PHP. Look into Cascading Style Sheets (CSS). Orio. Link to comment https://forums.phpfreaks.com/topic/43230-solved-higlighting-tables-in-php/#findComment-209906 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.