Skip to content Skip to sidebar Skip to footer

How To Arrange Canvas Created Dynamically?

What I want to achieve is Here is my code which didn't manage to give me the result i want. How come? I tried before Canvas.x.style.float also doesn't work... http://jsfiddle.net/

Solution 1:

I simplified it a bit for you:

http://jsfiddle.net/LrkZn/25/

I'd strongly suggest letting CSS layout the items instead of trying to finagle with absolute positions.

Post a Comment for "How To Arrange Canvas Created Dynamically?"