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');"> Quote Link to comment Share on other sites More sharing options...
papaface Posted March 12, 2007 Share Posted March 12, 2007 That isnt PHP, thats javascript. Quote Link to comment Share on other sites More sharing options...
aebstract Posted March 12, 2007 Share Posted March 12, 2007 Is the row going to be clickable? Quote Link to comment 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... Quote Link to comment 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 :-\ Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.