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

html 632

#HTML
404

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=u…

2015-07-28 145

#HTML
简单的导航菜单

<!document type html> <html> <head> <title>Sample Menu</title&g…

2015-07-27 989

#HTML
横向图片循环滚动展示

<div class="container"> <div class="row"> <div class="col-md-12"> <di…

2015-07-26 266

#HTML
jquery右侧边固定层导航菜单依次动画滑动显示菜单展开

var btb=$(".rightNav"); var tempS; $(".rightNav").hover(function(){ var thisObj = $(this);…

2015-07-24 873

#HTML
DIV+CSS IE6/IE7/IE8/FF兼容问题大全

1, FF下给 div 设置 padding 后会导致 width 和 height 增加, 但IE不会.(可用!important解决) 2, 居中问题. 1).垂直居中.将 l…

2015-07-22 892

#HTML
PNG 背景透明图片CSS写法

.cfooter {width:128px;height:22px;background:url(http://www.028studio.com/img/leftbt.png) …

2015-07-22 472

#HTML
解决HTML表格连续超长英文字符串不能正确换行问题

<td style="word-break: break-all; word-wrap:break-word;"> ... </td>

2015-07-22 534

#HTML
给首页增加一个客服中心,提供访问人员帮助。

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

2015-07-22 996

#HTML
播放网页音频

<script> function play(url){ var audio = document.createElement('audio'); var source…

2015-07-21 274

#HTML
添加浏览器标签页图标

<link type="image/x-icon" href="${ctx}/static/images/favicon.ico" rel="shortcut icon"&g…

2015-07-20 137
1 17 18 19 20 21 53