码迷,mamicode.com
首页 >  
搜索关键字:width    ( 32014个结果
微信分享缩略图
微信分享缩略图 <div style="display:none;"><img style="width:300;height:300;" src='http://192.168.1.100/133300/fg_fj/fg_yh/471/toux/201503/1427421892zxm1x.jpg ...
分类:微信   时间:2016-05-05 14:42:10    阅读次数:565
CSS控制文本超出指定宽度显示省略号和文本不换行
一般的文字截断(适用于内联与块): .text-overflow { display:block;/*内联对象需加 */ width:31em;/* 何问起 hovertree.com */ word-break:keep-all;/* 不换行 */ white-space:nowrap;/* 不换 ...
分类:Web程序   时间:2016-05-05 14:40:11    阅读次数:246
php 练习一 5月5日
练习题一:通过登录者找到他的好友并显示在页面上 附:以前没学好的一点内容:float <style> .a{ width:200px; height:50px; float:left;} </style> </head> <body><div class="a">aa</div><div class ...
分类:Web程序   时间:2016-05-05 14:33:25    阅读次数:228
iPhone屏幕尺寸、分辨率及适配
1.iPhone尺寸规格 设备 iPhone 宽 Width 高 Height 对角线 Diagonal 逻辑分辨率(point) Scale Factor 设备分辨率(pixel) PPI 3GS 2.4 inches (62.1 mm) 4.5 inches (115.5 mm) 3.5-inc ...
分类:其他好文   时间:2016-05-05 11:00:19    阅读次数:286
HTML-表格与表单
1.表格 <table><table/>表格 width:宽 border:边框 cellpadding:内容与单元格边框的边距 cellspacing:单元格间距 bgcolor:背景色 background <tr><tr/>:行 <td><td/>:列 colspan="n" 合并同一行单元格 ...
分类:Web程序   时间:2016-05-05 09:45:05    阅读次数:309
table tr foreach td 换行
1 @{ int c=0;} 2 <table style="width:100%;border:0;" cellspacing="0" cellpadding="0" class="sy_table"> 3 <tr> 4 @foreach (DataRow dr in (ViewBag.proLi ...
分类:其他好文   时间:2016-05-05 09:43:54    阅读次数:163
网页版计算器
body{ height: 450px; width: 300px; margin:auto; position:absolute; top:0; left: 0; right: 0; bottom: 0; background-color:#BFDCAC; } .table{ width:100% ...
分类:Web程序   时间:2016-05-05 09:36:55    阅读次数:367
图片热点和网页内嵌随笔
图片热点 网页内嵌 iframe使用很简单,将<body></body>删除直接使用iframe,使用src属性指向另一个你需要包含的另一个文件即可,也可以通知制定宽(width),高(height)等。 name:内嵌帧名称 width:内嵌帧宽度(可用像素值或百分比) height:内嵌帧高度( ...
分类:Web程序   时间:2016-05-04 22:28:01    阅读次数:188
JS只能输入数字,数字和字母等的正则表达式
JS判断只能是数字和小数点 0.不能输入中文1)<input onpaste="return false;" type="text" name="textfield" style="width:400px; ime-mode:disabled" value="">2)<script>function ...
分类:Web程序   时间:2016-05-04 16:55:30    阅读次数:273
CSS 属性之中经常出现的百分比(转)
CSS 的属性值中经常会出现百分比,搞清它们的基数是一件很重要的事情。我特意查看了一下 W3C 的 CSS2.1 标准,在此整理下: 百分比单位 乘以包含块的宽度 margin, padding, left, right, text-indent, width, max-width, min-wid ...
分类:Web程序   时间:2016-05-04 09:02:29    阅读次数:1692
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!