码迷,mamicode.com
首页 >  
搜索关键字:leftmargin    ( 59个结果
HTML静态网页---标签
一、 创建HTML: (一) body的属性: bgcolor 页面背景色 background 背景壁纸、图片 text 文字颜色 topmargin 上边距 leftmargin 左边距 rightmargin 右边距 bottommargin 下边距 body属性的使用方法: (二)、 格式控
分类:Web程序   时间:2016-02-15 20:01:43    阅读次数:251
HTML标签与表格
1.打开DREAMWEAVER,新建HTML,如下图:2.body的属性:bgcolor 页面背景色background 背景壁纸、图片text 文字颜色topmargin 上边距leftmargin 左边距rightmargin ...
分类:Web程序   时间:2015-12-14 10:49:23    阅读次数:150
HTML静态网页标签
打开DREAMWEAVER,新建HTML,如下图:一、body的属性:bgcolor 页面背景色background 背景壁纸、图片text 文字颜色topmargin 上边距leftmargin 左边距rightmargin 右...
分类:Web程序   时间:2015-12-03 21:20:12    阅读次数:1711
JS禁用右键,禁用打印,防止另存为,IE浏览器识别(转载)
oncontextmenu="window.event.returnValue=false" style="overflow-y: hidden; overflow-x: hidden"ajs9 leftmargin="0" topmargin="0"1. oncontextmenu="window...
分类:Web程序   时间:2015-10-25 20:49:34    阅读次数:187
侧滑删除进阶(五)
*********************************************跟上一篇效果一样*********************************** activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:to...
分类:其他好文   时间:2015-08-12 19:41:10    阅读次数:127
去除iframe内嵌页讨厌的的滚动条
<bodyclass="no-skin"topmargin="0"leftmargin="0"style=‘OVERFLOW:SCROLL;OVERFLOW-X:HIDDEN;OVERFLOW-Y:HIDDEN‘>
分类:其他好文   时间:2015-04-21 14:52:47    阅读次数:129
网页HTML
无标题文档 --网页标题 --网页显示内容关于body的属性: bgcolor : 网页背景色 text: 文字的颜色 topmargin: 上页边距 leftmargin: 左页边距 rightmargin :右页边距 bottommar...
分类:Web程序   时间:2015-02-11 10:31:22    阅读次数:217
QQ 5.0侧滑HorizontalScrollView以及自定义ViewGroup
一般侧滑的实现: 自定义的ViewGroup(menu+content) ouTouchEvent事件改变ViewGroup的LeftMargin。 大于菜单的一半显示,小于则隐藏(使用Scroller或者LeftMargin加Thread)。 新的方法: 继承Horizontal...
分类:其他好文   时间:2015-01-18 18:32:29    阅读次数:336
网页基础1
html:中用于开头和结尾网页中显示出来的内容网页的标题bfcolor:改变背景的颜色改变间距:topmargin / leftmargin / rightmargin / bottommarginbackgrounp:设制北京图片,可以从后面浏览中选择(../:为往上翻一个文件夹)style:样式...
分类:Web程序   时间:2014-12-25 12:40:28    阅读次数:248
[转]Delphi导出Excel的设置操作
//设置页边距:ExlApp.ActiveSheet.PageSetup.TopMargin:=1.5/0.035;ExlApp.ActiveSheet.PageSetup.BottomMargin:=1.5/0.035;ExlApp.ActiveSheet.PageSetup.LeftMargin...
分类:Windows程序   时间:2014-12-23 13:48:46    阅读次数:242
59条   上一页 1 ... 3 4 5 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!