很简单的例子:
CSS:
#target { position: absolute; left: 50px; top: 100px; border: 2px solID black; background-color: #ddd;}
HTML:
<p>Something before the table</p><div ID="target">I'm on top of the table</div><table> <tbody> <tr> <td>Text in the table</td> <td>Text in the table</td> </tr> <tr> <td>Text in the table</td> <td>Text in the table</td> </tr> <tr> <td>Text in the table</td> <td>Text in the table</td> </tr> <tr> <td>Text in the table</td> <td>Text in the table</td> </tr> </tbody></table>
Live copy | source
总结以上是内存溢出为你收集整理的html – div漂浮在桌子上全部内容,希望文章能够帮你解决html – div漂浮在桌子上所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)