ah... i knew it was something small! Thanks!

PHP was 'escaping' the first '\' so I didnt realize the second '\' wasnt
showing up and two are required or something like that.



> Typo in your script - it doesn't remove the 'sfhover' class on
> mouse-out, but keeps on adding new ones for each mouse-over.
>
> Make the relevant line...
>
> this.className = this.className.replace(new RegExp(" sfhover\\b"), "");
>
> ...and it'll work as intended.
>



-- 

Thank You,
Parag Jagdale
Un-identified LLC
www.un-identified.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to