Guest_imported
New member
- Jan 1, 1970
- 0
hello,
I have in my HTML page a set of pictures and their description, these are included in a little frame and I'd like to change the color in the frame when I click on a picture. I tried with onClick="this.bgcolor=othercolor", this.background-color but it doesn't work! Help me please!
Here is my HTML code:
<span class="cellImg2" >
<A onmouseover="slideit(};" onmouseout="permut()">
<img border="0" height="82" width="100" onClick="ShowSubject();" align="absMiddle">
<script>
imgsource()
</script>
</img></A> <table>
blabla description of the picture </table>
</span>
I have in my HTML page a set of pictures and their description, these are included in a little frame and I'd like to change the color in the frame when I click on a picture. I tried with onClick="this.bgcolor=othercolor", this.background-color but it doesn't work! Help me please!
Here is my HTML code:
<span class="cellImg2" >
<A onmouseover="slideit(};" onmouseout="permut()">
<img border="0" height="82" width="100" onClick="ShowSubject();" align="absMiddle">
<script>
imgsource()
</script>
</img></A> <table>
blabla description of the picture </table>
</span>