软件学堂

网游分类软件分类

框架边框与页面内容的水平边距marginwidth

2012-11-23 来源:网络

【实例介绍】

框架边框与页面内容的水平边距marginwidth

marginwidth标记可以设置浮动框架内容左右两侧应保留的空问。

【基本语法】

<iframe  src="页面源文件地址"  marginwidth="水平边距"></iframe>

【语法介绍】

【实例代码】

 

<tr> <tdvalign=top> <iframe  src="fudong.html" width="592" height="400" align="right" marginwidth="60"></iframe> </td> <td  valign=top  width=21>&nbsp;</td> <td>

 

【代码分析】

在代码中,加粗部分的marginwidth="60"标记将框架边框与页面内容的水平边距设置为60像素,在浏览器中预览,效果如图所示。

框架边框与页面内容的水平边距marginwidth运行效果

 【素材及源码下载】

请点击:框架边框与页面内容的水平边距marginwidth 下载本实例相关素材及源码

 

上一篇:浮动框架对齐方式align
下一篇:框架边框与页面内容的垂直边距marginheight

相关文章