Click to See Complete Forum and Search --> : how do i increase the value


pelegk1
08-25-2003, 08:18 AM
of "10px" to "20px" and so on?

AdamBrill
08-25-2003, 09:35 AM
Try this:

test = "10px";
test = parseInt(test)+10+"px";