Ruby on Rails
JavaScript, XHTML, CSS
Java, Distributed Systems
<you_name_it>
Nested Canvases "snap" together
LC is a great tool, expecially for the J-script disabled like me.
Having a problem with nested canvasses. Followed the positioning demo to build a website template I want to use frequentlly. The outer canvas has different attributes (gradient, border) than the inner canvas (shadow, border, fill). See example:
http://www.armoursteel.ca/demo4.html
Notice how the inside canvas is out of position when the page starts loading, but quickly snaps into the correct position? (hit refresh a couple times). This happens in all browsers.
I found if I make the attributes of the nested canvasses identical, there is no "snap" - perfect aligment - just like the "positioning demo". But if I change the attributes of the nested canvasses - even on the positioning demo code - I get this "snap" effect.
Any ideas how to fix ?
