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

html 632

#HTML
uc字体变大问题?

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

2015-07-20 768

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

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

2015-07-19 458

#HTML
HTML5、javascript写的craps游戏

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

2015-07-19 457

#HTML
CSS完美3D分页样式

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

2015-07-19 371

#HTML
仿百度首页

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

2015-07-18 460

#HTML
div点击可输入

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

2015-07-17 351

#HTML
jquery简单的选项卡

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

2015-07-17 602

#HTML
手机禁止缩小和放大

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

2015-07-17 714

#HTML
一个用css3写的loading效果

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

2015-07-16 461

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

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

2015-07-15 305

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

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

2015-07-13 397

#HTML
阿里云购买时长滑动条

<!-- 购买时长 S --> <html> <head> <meta charset="utf-8" /> <title&g…

2015-07-11 675
1 18 19 20 21 22 53