It is incredibly weird. when trying to hide a <tr>, its children checkbox and label are not completed hidden.(in this case, checkbox is hidden,but its bounded label is not).
Though I don't understand why, I do believe it's a IE specific BUG.
Solution:
when hide a <tr>, first try to hide all its children,then hide the <tr> itself.
- 浏览: 72200 次
- 性别:
- 来自: 北京
相关推荐
<li><a class="hide" href="../ie/index.html">EXPLORER</a> <!--[if lte IE 6]> <a href="../ie/index.html">EXPLORER <table><tr><td> <![endif]--> <ul> <li><a href="../ie/exampleone....
charset=gb2312" /><br><title>test</title><br></head><br><body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0"><br><table height=1000><br><tr><td>dddd</td></tr><br></table><br></body><br...
1,01.zip<br>Output<br>显示所有的调试信息(5KB)<END><br>2,02.zip<br>Some general debugging tips<br>一般的调试技巧(11KB)<END><br>3,03.zip<br>Debugging ISAPI extension<br>调试ISAPI扩展(4KB)<END><br>4,04....
使用Visual C++ 6.0(15KB)<END><br>2,02.zip<br>Visual Studio style UI<br>Visual Studio风格的界面效果(15KB)<END><br>3,03.zip<br>Internet Explorer 4 style UI<br>IE4.0风格的界面效果(29KB)<END><br>4,...
using System;<br>using System.Collections.Generic;<br>using System.ComponentModel;<br>using System.Data;<br>using System.Drawing;<br>using System.Text;...<br> this.Hide();<br> }<br> }<br>}
<br> Moderation Features:<br> - Moderate registration*<br> - Proactive message moderation<br> - Moderation from message list*<br> - Move threads<br> - Hide messages / threads<br> - Notice in Phorum ...
查看用户组权限<br> 查看未有回覆貼子<br> 查看短信<br> 插件支持中心<br> 版主评阅 Or 版主回复<br> 斑竹权限的继承以及分区斑竹的实现<br> Soaronline 专用签名(酷)<br> IP 搜索<br> hide 标签对附件的隐藏<br> ...
calc.zip<br>This is a basic calculator written in Visual Basic.<END><br>29 , stopwatch.zip<br>This shows how to count off time in a Stop Watch format.<END><br>31 , taskhide.zip<br>This will hide your...
These include a self-closing message box, and a form-centered message box.<END><br>9 , menucol.zip<br>This shows how to add "columns" to your menus. An excellent example.<END><br>10 , changeborder....
6、在线离线状态 <br> 7、附件功能 <br> 8、advanced hide mod <br> 9、advanced hide for cash <br> 10、Fix Background image <br> 11、globe announce <br> 12、birthday <br> 13、Advanced Link Mod<br> 等等,...
if request.QueryString("iPage")<>"" then iPage=CInt(request.QueryString("iPage")) 'if iPage<1 then iPage=1 'if iPage>rs.pageCount then iPage=rs.pageCount else ...
<br>} <br><br> 然后再在该文件开始处添加对两个视图类的引用: <br><br>#include "SwitchFormDoc.h" <br>#include "SwitchFormView.h" <br>#include "NextFormView.h" <br><br><br> 在此须注意:应在两个视类的...
This is a patch file to fix the bugs of EditPlus v2.31<br><br>Copyright © 1998-2007 ES-Computing<br>Contact: support@editplus.com<br>Homepage: http://www.editplus.com/<br><br>INSTALLATION<br>========...
<tr><td><a href="javascript:clickMenu()" oncontextmenu = showMenu('0')>根目录</a></td></tr> <tr><td><a href="javascript:clickMenu()" oncontextmenu = showMenu('1')>菜单一</a></td></tr> <tr><td><a ...
<br>Opera 9.1 3196ms 326ms 980% <br>Average improvement: 867% <br><br>下表为jQuery1.1.3与常用的一些JS库选择器的对比:<br>Browser Prototype jQuery Mootools Ext Dojo <br>IE 6 1476ms 661ms 1238ms 672ms ...
<br>软件名称: 屏蔽键盘按键 iHookKeyboard V1.0<br>软件大小: 45KB <br>软件语言: 简体中文 <br>软件类别: 国产软件 / 系统增强 <br><br>开 发 商: http://hi.baidu.com/ <br>软件 MD5: 211ba53f1b3aedea3e...
<button class="hide">隐藏下面内容</button> <button class="show">显示下面内容</button> <div class="fruit"> <p>我喜欢的水果:</p> <ul> <li>西瓜</li> <li>苹果</li> <li>香蕉</li> <li>桃子</li> ...
一个基本的表格由`<table>`标签开始,包含`<tr>`(行), `<th>`(表头单元格), 和 `<td>`(数据单元格)等元素。例如: ```html <table> <tr> <th>姓名</th> <th>年龄</th> <th>城市</th> </tr> <tr> <td>...
在这个表格过滤的例子中,我们获取每行`<tr>`的所有`<td>`单元格的文本,然后检查这些文本是否包含搜索关键词。如果包含,我们就显示该行;否则,隐藏该行。 为了实现更复杂的过滤效果,如延迟加载、分页或自定义...