码迷,mamicode.com
首页 >  
搜索关键字:width    ( 32014个结果
css盒模型div嵌套制作网页块状部分案例
html文件 css文件 *{ margin:0px ; padding: 0px; } #top{ width: 100%; height: 50px; background-color:#000000 ; } #top_nav{ w...
分类:Web程序   时间:2015-04-27 09:54:48    阅读次数:220
HTML5 - canvas标签
canvas标签 canvas标签 <!-- canvas的宽和高建议直接使用width、height属性设置,同时不要指定单位px --...
分类:Web程序   时间:2015-04-27 09:45:58    阅读次数:136
百度文库评分小练习
*{margin:0; padding:0; font-size:12px; font-family:"宋体";}li{list-style:none;}#pf{width:500px; height:60px; margin:50px auto 0; border-bottom:#CCC soli...
分类:其他好文   时间:2015-04-27 09:35:30    阅读次数:151
CSS田字布局
<styletype="text/css">*{margin:0;padding:0;list-style:none;}.nav{max-width:960px;overflow:hidden;margin:0auto;border:5pxsolid#F60;padding:10px;}.navul{margin:-10px00-10px;list-style:none;padding:0;}.navli{width:25%;float:left;}.navlia{color:#fff;displ..
分类:Web程序   时间:2015-04-27 00:36:38    阅读次数:191
CSS田字布局
<styletype="text/css">*{margin:0;padding:0;list-style:none;}.nav{max-width:960px;overflow:hidden;margin:0auto;border:5pxsolid#F60;padding:10px;}.navul{margin:-10px00-10px;list-style:none;padding:0;}.navli{width:25%;float:left;}.navlia{color:#fff;displ..
分类:Web程序   时间:2015-04-27 00:36:27    阅读次数:1660
cssText
平常编写代码,更改一个元素样式的时候,自己都是用obj.style.width = "200px"; obj.style.position = "absolute"; obj.style.left = "100px";这样的话如果更改样式很多的时候,就要写很多代码,难道不能像Jquery那样使用$(...
分类:Web程序   时间:2015-04-26 18:01:40    阅读次数:127
Android---30---ProgressBar进度条的使用
activity_main.xml: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:l...
分类:移动开发   时间:2015-04-26 16:48:29    阅读次数:212
android动作传感器
android传感器 view: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_he...
分类:移动开发   时间:2015-04-26 15:19:29    阅读次数:160
[python][爬虫]暴漫gif下载
说明:和上一个下载百度贴吧图片差不多,修改了正则,加入了页码控制#!/usr/bin/env python #! -*- coding: utf-8 -*- #图片地址样例:src="http://ww2.sinaimg.cn/large/005Yan1vjw1erf95qkbfog307e08uu0y.gif" style="width:460px" import urllib,urllib2 i...
分类:编程语言   时间:2015-04-26 13:53:49    阅读次数:160
【Trapping Rain Water】cpp
题目:Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining...
分类:移动开发   时间:2015-04-26 10:49:01    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!