html 632

#HTML
iphone4变iphone5

<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta nam…

2015-11-09 760

#HTML
首页自适应flash型首页

<html> <head> <title>华欣达纺织首页第二版</title> <meta http-equiv="Conte…

2015-11-05 958

#HTML
通过 html5 FileReader 实现上传图片预览功能

Html 部分 <!DOCTYPE html> <html>     <head> …

2015-11-05 786

#HTML
基于jQuery左右分页滑动代码

(function($){ // Creating the sweetPages jQuery plugin: $.fn.sweetPages = function(opts){ …

2015-11-04 957

#HTML
图片填充文本

.text { font-size: 40px; text-transform: uppercase; -webkit-background-clip: text; -webkit…

2015-11-04 843

#HTML
input file 的美化 (两种方案,很简单)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/ht…

2015-11-03 368

#HTML
设置超出文本以省略号显示

<span class="nowrap">他们也可以通过对span标签对象设置不同样式实现我们要的美化效果</span> .nowrap{ display:…

2015-11-03 657

#HTML
Eric Meyer: Reset Reloaded

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,…

2015-11-01 314

#HTML
火狐4中textarea拉伸解决办法

textarea{ width:327px; height:97px; max-width:327px; max-height:97px; min-width:327px; min…

2015-10-30 528
1 4 5 6 7 8 53