html 632

#HTML
父元素没有相对定位也能使自己绝对定位

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <…

2015-10-11 930

#HTML
豆瓣首页

<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <hea…

2015-10-11 666

#HTML
html5 canvas掷骰子(简单,学习基础canvas)

<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content…

2015-10-10 741

#HTML
一个普通的页面码源

<script language="javascript" type="text/javascript"> <!-- function ResumeError()…

2015-10-10 473

#HTML
html 5简易的影片播放器(高手绕行)

<!DOCTYPE html > <html > <head> <meta http-equiv="Content-Type" conte…

2015-10-10 347

#HTML
简单、漂亮的Blockquote样式

blockquote { background:#f9f9f9; border-left:10px solid #ccc; margin:1.5em 10px; padding:.…

2015-10-10 453

#HTML
纯CSS的图片居中(不用表格)

<figure class='logo'> <span></span> <img class='photo'/> </figu…

2015-10-09 616

#HTML
为您的WordPress 添加语音搜索功能

<input type="text" x-webkit-speech />

2015-10-08 681

#HTML
为页面生成目录实现markdown toc

<link rel="stylesheet" href="http://yandex.st/highlightjs/6.2/styles/googlecode.min.css…

2015-10-07 267

#HTML
CSS3很强大

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

2015-10-07 417

#HTML
一个圆角样式分享

.btn { background-color: #D2340F; color:white; text-decoration: none; font-family: Helveti…

2015-10-07 398
1 7 8 9 10 11 53