易截截图软件、单文件、免安装、纯绿色、仅160KB

coolite control add the html tag

I always consider the coolitm control only can use its control tag in its body.
But I found that it can use html tag ,this very good.
so I show the sample to other:
<ext:Window
ID="Window1"
runat="server"
Width="500"
Height="485"
Title="Subscription"
ShowOnLoad="true"
CenterOnLoad="true"
Resizable="false"
Closable="false"
BodyStyle="padding:6px;">
<body>
<table>
<tr><td>dd</td><td>
<span>sdfas:</span>
<ext:TextField runat=server ID="test" Text="ff"></ext:TextField></td></tr>
<tr><td colspan=2>
<ext:HtmlEditor ID="HtmlEditor1" runat="server">
</ext:HtmlEditor>
</td></tr>
</table>
</body>
</ext:Window>


相关文档:

Html表格设置


一、表格中单元格之间分隔线的隐藏方法









这个表格去掉了单元格之间的纵向分隔线









这个表格去掉了单元格之间的横向分隔线

 
线

 
线



这个表格去掉了单元格之间的纵向分隔线和横向分隔线
其实上面的三个表格 ......

Windows XP下恢复html,mht和mhtml文件的默认图标

Windows XP下恢复html,mht和mhtml文件的默认图标
由于电驴偷偷安装了遨游浏览器,致使html图标都变成了 遨游  的图标,看着很不顺眼,卸掉遨游,修改关联选项,发现不能恢复正常,一气之下,修改注册表!!!结果发现html文件现在什么图标都没了,虽然打开没问题但看上去太别扭了。郁闷,问题搞大了!
百度了一下,发 ......

HTML中的Frame与Iframe框架属性

Frame框架现已不怎么常用,给个例子以展示其属性。
frame例子:
<frameset cols="50%,*">
<noframes>
<body>
Sorry,your explorer doesn't support the frame...
</body>
</noframes>
<frame name="left" src="left.html">
<frameset rows="*,30%">
<frame name=" ......

Html 元素自动下拉


  前台脚本的元素自动下拉扩展:
    具体是当鼠标放在一个元素上时,这个元素如果显示不全,就自动扩展,并且不会影响其它的元素.移开鼠标该元素自动还原成原来的样式.
 
    在Coding 的过程中,一个跨Browser的问题是:
    在每一次显示 float div前 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号