« | August 2025 | » | 日 | 一 | 二 | 三 | 四 | 五 | 六 | | | | | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | | | | | | | |
| 公告 |
One blog (or more) a day, keep bad mood away, and make life wonderful!
-- by 小生
Blog正在逐步成长中,小生与您共享思维火花,畅想IT时代!
|
Blog信息 |
blog名称:小生杂谈 日志总数:166 评论数量:377 留言数量:1 访问次数:1011320 建立时间:2004年11月7日 |

| |
[编程技术]一段奇怪的HTML代码 随笔, 软件技术
Wonderow 发表于 2005/1/8 23:21:20 |
一段奇怪的HTML代码,居然在IE(IE 6.0)里没有滚动效果,而在FireFox里有(相信原意是想做成滚动的):
500)this.width=500'><table cellpadding=2 cellspacing=0 style="font-size:9pt ;color: ;background: ;align:left ;width: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 ;width:480 ;height: ;" cellpadding='5'><tr><td><p><span>上海中心气象台预报稿 500)this.width=500'>上海中心气象台2005年01月08日21时发布的今夜和明天上海市天气预报: 500)this.width=500'>多云,明天晴到多云。 500)this.width=500'>偏北风4-5级, 500)this.width=500'>明天最高温度6度,最低温度零度,局部地区有薄冰。 500)this.width=500'>今天相对湿度40%--80%, 明天相对湿度40%--80%. </span></li></td></tr></table></marquee></td></tr></table> 不知道有什么玄机,让IE不会滚动<marquee>中的内容。初步实验,觉得是外层table的一些style与marquee在IE中有些冲突吧。呵呵,毕竟IE支持CSS2也不够彻底…… |
|
|