MARQUEE 高度自适应问题

来源:百度知道 编辑:UC知道 时间:2024/06/01 06:28:30
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style>
*html { height:100%; }
html { height:100%;}
body { height:100%;}

#box { width:300px; height:100%; float:left;}
#box2 { margin-left:5px; margin-top:5px; width:300px; border:0px solid #eeeeee; float:left;}
#title { width:300px; height:25px; background-color:#99FFCC; }
.marqueestyledarea {width:100%; height:100%;}
#content {border-left:1px solid #b4d0ec;border-right:1px

可以定义
*css 格式
IE执行 火狐不执行

<marquee onMouseOver=this.stop()
style="WIDTH: 426px; HEIGHT: 280px" onMouseOut=this.start()
scrollamount=2 scrolldelay=7 direction=up>

style="WIDTH: 426px; HEIGHT: 280px"

WIDTH宽度 HEIGHT高度