944,137 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 14629
  • VB.NET RSS
Jan 31st, 2007
0

How to change the color of selected row of an HTML table without using CSS or Javascr

Expand Post »
How to change the color of selected row of an HTML table without using CSS or Javascript?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Junior Poster
bhavna_816 is offline Offline
116 posts
since Sep 2006
Jan 31st, 2007
0

Re: How to change the color of selected row of an HTML table without using CSS or Javascr

If it's html why can't u just use html to change the colour?
Featured Poster
Reputation Points: 1536
Solved Threads: 431
Posting Expert
iamthwee is offline Offline
5,865 posts
since Aug 2005
Jan 14th, 2008
0

Re: How to change the color of selected row of an HTML table without using CSS or Javascr

<table border="1">
<tr>
<td bgcolor="red">rowname first,second </td>
<td> name</td>
</tr>
Reputation Points: 10
Solved Threads: 0
Newbie Poster
madan_sh2009 is offline Offline
5 posts
since Jan 2008
Jan 14th, 2008
0

Re: How to change the color of selected row of an HTML table without using CSS or Javascr

<table border="1">
<tr>
<td bgcolor="red">rowname first,second </td>
<td> name</td>
</tr>
Reputation Points: 10
Solved Threads: 0
Newbie Poster
madan_sh2009 is offline Offline
5 posts
since Jan 2008
Sep 16th, 2011
0
Re: How to change the color of selected row of an HTML table without using CSS or Javascr
I think that this is answer for your quastion:
<table border="1">
<tr onmouseover="style.backgroundColor = '#cdcdcd';" onmouseout="style.backgroundColor = '#ededed';">
<td>rowname first,second </td>
<td> name</td>
</tr>
Reputation Points: 10
Solved Threads: 0
Newbie Poster
huteram is offline Offline
1 posts
since Sep 2011

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in VB.NET Forum Timeline: How to compare the value of DataGridViewComboboxColumn in datagridView
Next Thread in VB.NET Forum Timeline: Move subitem to another subitem





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC