User Profile
Collapse
-
works great, but i can only select a row only once, but that doenst really matter. thanks a lot for the help :D -
Indeed :P
new question:
I want to be able to click the color off again, so i tried some things with variables and the IF/ELSE function, (in combo with resetMouseOut)
But it didnt worked.. Can someone please explain how to do this?
thanks in advanceLeave a comment:
-
hello mridul,
You can put a <br> halfway the link, it wil get a new line that way,
or (if you want) try
[HTML]
<td>
<a href="LINK.htm" > "what you want in your table"
</a>
</td>
[/HTML]
that way you give a name, which isnt too long for the <td>Leave a comment:
-
-
onmouseout affects onclick event
Hello,
Im new to Javascript, and I've got a problem. I have a table, and if i move my mouse over a row, i want it to turn into another color. for that i use:
<TR bgColor='#FFFFE 0'
onmouseover ="this.bgColor= '#F0FAFF'"
onMouseout ="this.bgColor= '#FFFFE0'">.
That works fine, but now i want to be able to click on a row, to make...
No activity results to display
Show More
Leave a comment: