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

html 632

#HTML
scroll滚动时对 菜单中的 li 添加 class

<html lang="en"> <head> <meta charset="utf-8"> <title>scroll demo&…

2015-02-08 788

#HTML
html5 实现两个矩形的叠加

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

2015-02-08 962

#HTML
文字缩略

.ellipsis { display: inline-block; white-space: nowrap; word-wrap: normal; width: 100%; ov…

2015-02-06 319

#HTML
飘逸的 CSS3 导航菜单

<ul id="nav"> <li><a href="http://www.script-tutorials.com/">Home</a&…

2015-02-06 150

#HTML
jQuery+内嵌框架

<!DOCTYPE HTML> <html> <head> <title>jQuery</title> <styl…

2015-02-04 619

#HTML
lovelygallery(卡哇依相册)

lgjQuery("#lovelygallery_1").lovelygallery({ <!-- 特效:#lovelygallery_1 #lovelygallery_2 …

2015-02-03 959

#HTML
透明的box背景

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

2015-02-03 906

#HTML
CSS 实现图片预加载

#preloadedImages { width: 0px; height: 0px; display: inline; background-image: url(path/to…

2015-01-31 898

#HTML
css3 10种 线性渐变web buttons按钮 兼容IE6

<link type="text/css" href="css/buttons.css" rel="stylesheet" /> <div class="demo…

2015-01-31 345
1 39 40 41 42 43 53