码迷,mamicode.com
首页 >  
搜索关键字:width    ( 32014个结果
个人项目网页2
@charset "utf-8";/* CSS Document */ *{ margin:0px;padding:0px; } a{ text-decoration: none; color:#C60;} .a{ width:100%; height:120px; position: relati ...
分类:Web程序   时间:2016-08-19 23:44:21    阅读次数:248
jq基础
l$()下的常用方法 ?has() ?not() ?filter() ?next() ?prev() ?find() ?eq() ?index() ?attr() ?addClass() removeClass() ?width() innerWidth() outerWidth() ?insert ...
分类:其他好文   时间:2016-08-19 22:15:06    阅读次数:478
图片热点,内嵌网页,表单,快速制作网页
1.图片热点 阿达撒 设计显示 2.内嵌网页 代码: <body><iframe src="http://lol.qq.com/" width="500" height="500"></iframe><iframe src="http://tieba.baidu.com/f?kw=%BD%E4%CD ...
分类:Web程序   时间:2016-08-19 20:45:58    阅读次数:190
移动端总结和手机兼容问题
H5页面窗口自动调整到设备宽度,并禁止用户缩放页面 <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> ...
分类:移动开发   时间:2016-08-19 19:08:15    阅读次数:207
图片轮播
<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>图片轮播-v2</title> <style> ul{ margin: 0; padding: 0; list-style: none; } .sliderWrap{ width: 2 ...
分类:其他好文   时间:2016-08-19 19:03:53    阅读次数:166
js 获取input file路径改变图像地址
html代码 <img id="newImage" alt="100x100" src="__PUBLIC__/img/1.jpg" class="img-circle" width="100px" height="100px" > <input id="image" type='file' nam ...
分类:Web程序   时间:2016-08-19 14:41:42    阅读次数:160
侧边栏的分享到
<!Doctype html> <html> <head> <meta charset="utf-8"> <style> *{margin:0;padding:0;} #div{width:100px;height:300px;background:green;position:absolute;l ...
分类:其他好文   时间:2016-08-19 14:40:24    阅读次数:147
girdView隐藏列
gridview隐藏列, 并能读取列值的解决方法。 首先 是用datakeynames 来解决在设计数据库的时候 ,,我这里aa为主键。 前台 代码1 <asp:GridView ID="GridView1" runat="server" AllowPaging="True" Width="798p ...
分类:其他好文   时间:2016-08-19 13:12:02    阅读次数:119
一个简洁的计算器
<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <title>计算器</title> <style type="text/css"> .box{ width: 500px; height: 750px; background ...
分类:其他好文   时间:2016-08-19 09:56:02    阅读次数:126
CSS命名以及书写规则总结
公司里面采用的是less动态编译css,但是在书写css的时候,仍然需要遵循一些规则。 1 位置属性(position, top, right, z-index, display, float等) 2 大小(width, height, padding, margin) 3 文字系列(font, l ...
分类:Web程序   时间:2016-08-18 21:04:30    阅读次数:166
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!