ali_2kool2002 Posted March 12, 2007 Share Posted March 12, 2007 Hi im trying to highlight a row in php code but the line of code below is in html and i dont know how to make it work or if anyone knows how to change the tables color when a mouse is over the row would be very helpful thanks! :'( <tr onMouseOver="javascript:highlightTableRowVersionA(this, '#8888FF');"> Link to comment https://forums.phpfreaks.com/topic/42382-highlighting-table-rows/ Share on other sites More sharing options...
papaface Posted March 12, 2007 Share Posted March 12, 2007 That isnt PHP, thats javascript. Link to comment https://forums.phpfreaks.com/topic/42382-highlighting-table-rows/#findComment-205583 Share on other sites More sharing options...
aebstract Posted March 12, 2007 Share Posted March 12, 2007 Is the row going to be clickable? Link to comment https://forums.phpfreaks.com/topic/42382-highlighting-table-rows/#findComment-205590 Share on other sites More sharing options...
ali_2kool2002 Posted March 12, 2007 Author Share Posted March 12, 2007 SORRY I got that from the net,, it said html,, well its not meant to be clickable for my situation... Link to comment https://forums.phpfreaks.com/topic/42382-highlighting-table-rows/#findComment-205614 Share on other sites More sharing options...
aebstract Posted March 12, 2007 Share Posted March 12, 2007 Okay well if it was I had a quick way for you to do it with html/css, however.. I do believe you are in the wrong forum anyway. What you are looking for doesn't require php at all. CSS should be the way to do what you are looking for. edit: I just don't personally know how to do it unless it is clickable :-\ Link to comment https://forums.phpfreaks.com/topic/42382-highlighting-table-rows/#findComment-205615 Share on other sites More sharing options...
ali_2kool2002 Posted March 12, 2007 Author Share Posted March 12, 2007 oh okay well if you have the code for the clickable version then would be good anyway thanks Link to comment https://forums.phpfreaks.com/topic/42382-highlighting-table-rows/#findComment-205640 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.