| Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts. |
|
| Author | Messages | |
Charles Rowland
 Posts:38

| | 07/19/2008 2:59 AM |
| John,
Do I need to worry about this in IE? In Firefox you can actually see what the value of "class" changes to when you mouse over the object. I can not see that in IE. (at least with the tools I have) Am I causing a memory leak here? Should I be using PageBlaster to replace the originals with what I got working in Firefox?
I would replace: onmouseover="this.className+=' iehover ';" onmouseout="this.className=this.className.replace(' iehover ', '');" with: onmouseover="this.className+=' iehover';" onmouseout="this.className=this.className.replace(/iehover/g, '');"
This 'works' in Firefox and IE, but I have no way (that I know of) to know if in IE it is doing something funky like adding "iehover" multiple times and not removing it correctly like the original was doing in Firefox...
Thanks, Charlie
| | | |
|
|
| Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts. |
|
|
|