L
lcplben
Hello everyone --
Probem page is at:
www.sellmycalls.com/str-final-char.html
I don't see the errors in this script, which tries to toggle a <th>
element through three states.
The var "final" is supposed to receive the last character in the
innerHTML of the incoming element. Based upon that character, I want
to replace that character in the element; to change the background
color of the element; and to change the title of the element.
First, I haven't been able to make IE7 understand what I mean by
e.innerHTML[e.innerHTML.length-1].
THen, I haven't communicated to any of IE7, FF3.5.3, or Safari any of
the things I want to do, except that the background color changes.
What IE need am I ignoring; and what else am I doing wrong in this
script?
Thanks!
-- ben
Probem page is at:
www.sellmycalls.com/str-final-char.html
I don't see the errors in this script, which tries to toggle a <th>
element through three states.
The var "final" is supposed to receive the last character in the
innerHTML of the incoming element. Based upon that character, I want
to replace that character in the element; to change the background
color of the element; and to change the title of the element.
First, I haven't been able to make IE7 understand what I mean by
e.innerHTML[e.innerHTML.length-1].
THen, I haven't communicated to any of IE7, FF3.5.3, or Safari any of
the things I want to do, except that the background color changes.
What IE need am I ignoring; and what else am I doing wrong in this
script?
Thanks!
-- ben