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

html 632

#HTML
JS实现的搜索引擎切换代码

<head> <SCRIPT language=JavaScript> function sch(form){ e=document.sel.sq.sele…

2015-08-21 739

#HTML
jquery斜对角图片旋转相册查看器

$(document).ready(function(){ $('.portfolio li').click(function() { var new_feature = $(th…

2015-08-20 818

#HTML
css图片在div中等比缩放

<style type="text/css"> .suofang {MARGIN: auto;WIDTH: 200px;} .suofang img{MAX-WIDTH…

2015-08-19 268

#HTML
HTML5 姿态传感器调用例子

<html> <head> <title>DeviceOrientationEvent</title> <meta chars…

2015-08-18 961

#HTML
CSS:解决跨浏览器兼容性

**** Selector Hacks ******/ /* IE6 and below */ * html #uno { color: red } /* IE7 */ *:fir…

2015-08-18 464

#HTML
CSS3动画下载按钮

<style type="text/css"> .appstorebutton { height: 80px; width: 80px; margin: 30px; p…

2015-08-17 796

#HTML
IE6下!important的BUG

<!--对于!important和它的用法你肯定不陌生。 !important是CSS2提出的,是提升指定样式规则的应用优先权。你可能看到或听说IE6不支持!importan…

2015-08-17 702

#HTML
代替魔鬼的text-indent:-9999px的方式。

.hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; }

2015-08-13 500

#HTML
HTML5 Canvas的使用

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

2015-08-13 442

#HTML
收藏到花瓣的代码

<script type="text/javascript" defer="defer" charset="utf-8"> (function(d,t) { windo…

2015-08-12 961
1 13 14 15 16 17 53