|
-
Aug 4th, 2003, 03:03 AM
#1
Thread Starter
New Member
JavaScript and Style Sheets
Hi, I am having problems getting javascript to change the style or class properties of an html tag. What I have is a table cell with a style sheet border around it. Then I use OnMouseOver to change the color:
PTable.rows[i].cells[0].Style = "border-color: #5555FF";
It doesn't give me an error... but it doesn't change the color either. I tried the same thing with the class property. Any ideas?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|