Re: [Proto-Scripty] new Parsing

2010-04-07 Thread Alex Wallace
I'm assuming you're modifying the style attribute "top" for the element $("anyid") -- and I'm further assuming that you're feeding it an integer. If you're doing: $("anyid").style.top = 42; Change it to: $("anyid").style.top = "42px"; If my assumptions are completely incorrect, please isolate t

[Proto-Scripty] new Parsing

2010-04-07 Thread Hariz Soleminio
Hi Guys, I'll ask a stupid question of newbies like me. I have a prototype and I use firebug for the development. I keep having "prototype [Break on this error] Error in parsing value for 'top'. " in my console. what seems to be the problem? is it my scripting? but I think i don't have any p