html操作
怎么在表外面套一个正方形的框
以表格外边框为准!
HTML code:
<table id="mytable" align="center" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series" >
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
HTML code:
<div style="border:1px solid #ccc;padding:10px;">
<table id="mytable" align="center" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series" >
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
</div>
相关问答:
c# 有没有用于C/S的 html文本编辑器
就像web界面的文本内容编辑器
up
C/S还要编译器干嘛啊
又不用控制样式
貌似没有吧 如果有了通知下我 我也要liujintaohfbb@163.com我的邮箱 ......
我要在HTML中用JavaScript代码异步获取XML文件中一个节点的值比如
<?xml version="1.0" encoding="GB2312"?>
<configuration>
<appSettings>
......
譬如:
以前的QQ上传照片当你点击上传时会出现5个输入框,在这个输入框中你可以选择照片的路径.当还有照片要上传时就点击添加,便会再出现一个输入框你可以再输入5张照片的地址.这个怎么实现啊?有没有 ......
text () html () val() 很混淆 啊 rt
不懂是什么啊
jquery里面的?
引用
jquery里面的?
对
1.比如给一个div赋值innerHTML的话: <sc ......