时间:2021-07-01 10:21:17 帮助过:82人阅读
是你的样式问题~用了浮动后,最后记得清楚浮动就可以了~
#body_content DIV.down{ background-image: url("../images/content_down.png"); background-repeat: no-repeat; width:986px; height:98px; margin:0; float:left;}#body_content DIV.down{ background-image: url("../images/content_down.png"); background-repeat: no-repeat; width:986px; height:98px; margin:0; float:left;}#body_content DIV.center{ background-image: url("../images/content_center.png"); background-repeat: repeat-y; width:986px; margin:0; float:left;}#body_content DIV.up{ background-image: url("../images/content_up.png"); background-repeat: no-repeat; width: 986px; height: 105px; margin: 0; padding: 0; float:left;}#area_footer{ width:100%; height:80px; padding:50 0 0 0; clear:both;}
不好意思回复错了~
你的问题,解决方案:
给外层div定宽,文本用p标签写,一个段落用一个p标签;
不好意思回复错了~
你的问题,解决方案:
给外层div定宽,文本用p标签写,一个段落用一个p标签;
可以用一个隐藏边框,背景透明的textarea显示的,代码如下:
使用$("XXX").value="...";设置值就行。
用textarea可行。