2013-08-19 60 views

回答

0

head標籤內添加這樣的:

<style type="text/css"> 
#box { 
height:400px; 
width:200px; 
background:#FFF; 
position:absolute; 
left:50%; 
top:50%; 
margin:-150px 0 0 -250px; 
} 

.thecanvas { 
height:200px; 
width:100px; 
background:#FFF; 
position:absolute; 
} 
</style> 

加上當前canvas元素替換此:

<div id="box"> 
<canvas id="thecanvas" width="400" height="200"> 
    Your browser does not support the HTML5 canvas element. 
</canvas> 
</div> 

我對我的作品,我希望它也適合你。

+0

感謝您的回答,但它的工作部分 - http://invisiblelabs.net/partiallyworks.html – user2696392

+0

@ user2696392什麼是「部分」爲你工作?你正在使用哪種瀏覽器?當你評論時請使用@ jediah,所以我直接注意到了。 – jediah

+0

@ user2696392我在Firefox,Chrome,Safari,Opera和不同版本的Internet Explorer中測試了它。所有相同的結果。 – jediah