首页 软件开发 代码片段 html ( Page 20 )

html 632

#HTML
uc字体变大问题?

<meta name="wap-font-scale" content="no">

2015-07-20 772

#HTML
HTML5、javascript写的craps游戏

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

2015-07-19 460

#HTML
CSS完美3D分页样式

<button id="cssTest" class="ui-page ui-page-prev" type="button">PREV</button> …

2015-07-19 374

#HTML
百度地图圆形区域检索

//圆形范围关键字搜索 this.SearchCircle = function(keyWords) { if (this.flag == false) { this.flag =…

2015-07-19 461

#HTML
仿百度首页

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

2015-07-18 462

#HTML
div点击可输入

<div contentEditable="true">你敢点我你试试?!!!</div>

2015-07-17 353

#HTML
jquery简单的选项卡

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

2015-07-17 605

#HTML
手机禁止缩小和放大

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, us…

2015-07-17 719

#HTML
一个用css3写的loading效果

<div id="loading"> <div class="loadingWrap"> <span class="loadingLeft">&…

2015-07-16 464

#HTML
css3网页旋转,兼容各主流高版本浏览器

<!doctype html> <html> <head> <style> div { width: 400px; height:3…

2015-07-15 308

#HTML
Android传感器API之:近距离感应Proximity功能源码

/* * Copyright (C) 2011 The Rexsee Open Source Project * * Licensed under the Rexsee Licen…

2015-07-13 400
1 18 19 20 21 22 53