2009-10-01 60 views

回答

0

你的問題確實含糊不清。我想驗證碼是使用圖像實現的。在這種情況下,你可以使用CSS。

#captcha { 
    position:relative; 
    left:50px; /* moves the element 50px to the right */ 
} 
1

您是否嘗試將樣式設置爲50像素填充?

<p style="padding-left: 50px;"> ... </p> 

如果這樣不起作用,您可以在控件之前始終使用50像素的圖像。

2
#foo { margin-left: 50px } 

一般性的問題,一般的答案:)

相關問題