百度空间 如何在留言板里添加背景图片? 答对加分

来源:百度知道 编辑:UC知道 时间:2024/06/03 19:43:17
RT

.EditorContainer {
BORDER-RIGHT: #888 1px solid; BORDER-TOP: #888 1px solid; FONT-SIZE: 12px; BACKGROUND: url(背景图片地址) #fff no-repeat 100% 100%; BORDER-LEFT: #888 1px solid; COLOR: #fff; BORDER-BOTTOM: #888 1px solid
}
.EditorContainer IFRAME {
FONT-SIZE: 12px; BACKGROUND: url(背景图片地址) #fff no-repeat right bottom; FILTER: alpha(Opacity=50); COLOR: #fff; -moz-opacity: 0.5
}