TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mayur Gujrathi
409
3.9k
1m
change background colour
Apr 7 2011 5:15 AM
background colour not changing on mouseover
please suggest
<table align="left" class="clsborder" border="0" cellpadding="0" cellspacing="0" >
<tr class="grhd">
<th class="grhd" align="left" style="height: 17px; width:10%">STATE</th>
</tr>
<tr ondblclick="getvalues(this);" onmouseover="this.bgColor='gold';" >
<td class="clstd" style="height: 17px; width:10%">ANDHRA PRADESH</td>
</tr>
<tr ondblclick="getvalues(this);" onmouseover="this.bgColor='gold';" >
<td class="clstd" style="height: 17px; width:10%">ARUNACHAL PRADESH</td>
</tr>
<tr ondblclick="getvalues(this);" onmouseover="this.bgColor='gold';" >
<td class="clstd" style="height: 17px; width:10%">ASSAM</td>
</tr>
<tr ondblclick="getvalues(this);" onmouseover="this.bgColor='gold';" >
<td class="clstd" style="height: 17px; width:10%">BIHAR</td>
</tr>
</table>
Reply
Answers (
5
)
How can I pass ArrayList as a command Line argument to a c# program?
string arrays........