zoukankan
html css js c++ java
一段奇怪的HTML代码
一段奇怪的HTML代码,居然在IE(IE 6.0)里没有滚动效果,而在FireFox里有(相信原意是想做成滚动的):
<
table
cellpadding
=2
cellspacing
=0
style
="font-size:9pt ;color: ;background: ;align:left ;480 ;height: ;"
align
='2'
valign
='2'
width
='100%'
height
='100%'><tr
bgcolor
='#53a618'><td
style
="text-align:left;color:#ffffff;font-size:nullpt;height:22;"
>
上海市今明天气预报
</
td
></
tr
><
tr
><
td
vAlign
=top
style
='border:solid
#53a618 1px;border-top:0px'
><
marquee
onmouseover
="javascript:this.stop()"
onmouseout
="javascript:this.start()"
scrollAmount
="1"
scrollDelay
="60"
width
="98%"
height
="98%"
direction
=up><table
style
="font-size:9pt ;color: ;background: ;align:left ;480 ;height: ;"
cellpadding
='5'><tr><td><p><span>上海中心气象台预报稿
上海中心气象台2005年01月08日21时发布的今夜和明天上海市天气预报:
多云,明天晴到多云。
偏北风4-5级,
明天最高温度6度,最低温度零度,局部地区有薄冰。
今天相对湿度40%--80%, 明天相对湿度40%--80%. </span
></
li
></
td
></
tr
></
table
></
marquee
></
td
></
tr
></
table
>
不知道有什么玄机,让IE不会滚动<marquee>中的内容。初步实验,觉得是外层table的一些style与marquee在IE中有些冲突吧。呵呵,毕竟IE支持CSS2也不够彻底……
查看全文
相关阅读:
Python学习第61天(html之form标签)
Python学习第60天(html之body标签)
Python学习第59天(web前端html /1))
Python学习第58天(selector版本的ftp习题实现)
Python学习第57天(异步IO)
Python学习第56天(configpraser模块复习)
Python学习第55天(IO多路复用)
Python学习第54天(阻塞(blocking) IO和非阻塞(non-blocking)IO)
如何通过Git Bash的命令行将电脑本地项目上传到自己的GitHub上
第10周周博客
原文地址:https://www.cnblogs.com/wonderow/p/88837.html
最新文章
android开发学习——day1
软件工程——个人最终总结
yousa_team团队项目——兼职平台网站 工作进度
软件工程-构建之法 团队
结对编程 黄金点游戏
软件工程 团队作业一
标志数在wordcount程序中的应用与拓展
软件工程 第三周 作业(二)
LeetCode78:子集
LeetCode75:颜色分类
热门文章
LeetCode70:爬楼梯
LeetCode69:x的平方根
LeetCode66:加一
LeetCode62:不同路径
LeetCode56:合并区间
LeetCode55:跳跃游戏
LeetCode54:螺旋矩阵
LeetCode53:最大子序和
Python学习第63天(css选择器、伪类)
Python学习第62天(css代码之1)
Copyright © 2011-2022 走看看