如何删除校内网留言板背景图片,或者更改留言板中的字体颜色,让别人打字时能看清自己打的是什么

来源:百度知道 编辑:UC知道 时间:2024/06/23 07:39:55
我的css代码是;
body{margin:0px;padding:0px;background:url(http://fm351.img.xiaonei.com/tribe/20080322/19/52/A676300335353GAR.gif) repeat fixed #E6E6E6;color:#666;}

#header{width:1000px;height:567px;background:url(http://fm341.img.xiaonei.com/tribe/20080322/19/43/A623174573000FEN.gif) no-repeat center top;}
#container{width:1000px;margin:0px auto;}
#widebar{background:url(http://fm351.img.xiaonei.com/tribe/20080322/19/44/A629759762088FEN.gif) repeat-y center;width:1000px;margin:0px auto;}
#spacePage #content{margin:0px auto; background:transparent; position:relative; top:-310px; width:760px;te

body{margin:0px;padding:0px;background:url(http://fm351.img.xiaonei.com/tribe/20080322/19/52/A676300335353GAR.gif) repeat fixed #E6E6E6;color:#666;}
比如上面这段,http://fm351.img.xiaonei.com/tribe/20080322/19/52/A676300335353GAR.gif是图片或者动画效果连接
color:#666是颜色

建议你让人能够看到你的校内页面!其实想改颜色很easy,找到你校内该面板所对应的部分,比如body{....}找其中的颜色 color:#******,#后一般是六位,这是用16进制的rgb颜色表示,比如:#ff0000是纯红色,#00ff00是绿色,#0000ff是蓝色;剩下的就是你调色的问题啦!
这些代码太乱不想慢慢给你找!
背景图片就在这上面蓝色字体中的#container h3{background:url(http://fm371.img.xiaonei.com/tribe/20080322/20/05/A750387125949GAR.gif) left no-repeat; height:67px; padding-left:80px; padding-top:3