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

html 632

#HTML
永远居中的背景图片

====1、将以下代码加入HEML的<body></body>之间: <STYLE TYPE="text/css"> <!-- BODY …

2014-11-09 415

#HTML
jQuery左右伸缩菜单框架

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xh…

2014-11-09 589

#HTML
Hosts

https://smarthosts.googlecode.com/svn/trunk/hosts 你们懂的

2014-11-09 466

#HTML
CSS实现链接双击后跳转(非html5 css3)

.test3 span { position: relative; } .test3 span a { position: relative; z-index: 2; } .tes…

2014-11-08 867

#HTML
幻灯片之百叶窗

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

2014-11-04 576

#HTML
用CSS去除点击链接时出现的虚线框

<a href="http://www.oschina.net/" hidefocus="true" title="开源中国社区">开源中国社区</a>

2014-11-04 605

#HTML
我的第一个primeui示例

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xh…

2014-11-02 662

#HTML
计算器

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

2014-11-02 433

#HTML
HTML5 视频嵌入

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xh…

2014-11-02 683

#HTML
css3 Nav Menu

<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8">…

2014-11-02 415