你知道你可以使用文本區域添加圖像作爲背景圖像:如何添加背景文本到textarea標籤?
textarea {
background:#fff url(background.png) no-repeat center scroll;
}
怎樣纔可以有文字(不形象,也不是文本的圖像)作爲textarea的背景?
它不是包含在textarea中的文本。這是一些背後的文字。用戶可以在textarea中寫入,並且就像背景圖片一樣,可以看到背後的背景文字。
首選CSS2,CSS3和JS都可以。
不要以爲你可以後臺文本添加到任何元素。 –
感謝那些建議使用textarea的佔位符屬性的人。這不是問題的答案,但知道並使用它是一個很酷的技巧! (你可以查看它:http://www.w3schools.com/tags/tryit.asp?filename = tryhtml5_textarea_placeholder) – Cedric
@Cedrice'placeholder'和'background-image'與你無關也是你提到的_see背景文字behind_在OP。當textarea專注時,'placeholder'將會關閉。 –