//css方式<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS Position 定位实现 DIV 在窗口居中</title> <style type="text/css"> .dialog { position: fix
分类:
Web程序 时间:
2016-02-17 12:30:10
阅读次数:
143
addClass() 方法向被选元素添加一个或多个类。 <script> $(function(){ $('button').click(function(){ $('p').addClass('nss') }) })</script><style type="text/css"> .nss{bac
分类:
Web程序 时间:
2016-02-16 18:49:06
阅读次数:
162
css <link href="${base}/res/common/css/jquery.layout/jquery.layout.css" rel="stylesheet" type="text/css"> js <script type="text/javascript" src="${bas
分类:
Web程序 时间:
2016-02-16 18:18:04
阅读次数:
328
直接上代码,不多说了! 画三角形 1)、 <style type="text/css"> .triangle{ width: 0; height: 0; /*border: 50px transparent solid;*//*当没有这句时,至少有2个方向的边框才能成形,比如下面的一组*/ bord
分类:
Web程序 时间:
2016-02-15 12:12:58
阅读次数:
271
html: <!DOCTYPE html> <html> <head> <title>节点列表</title> <link rel="stylesheet" type="text/css" href="__PUBLIC__/Css/Public.css"> <link rel="stylesheet
分类:
Web程序 时间:
2016-02-12 17:30:26
阅读次数:
256
这个想法早就有的 (写tab下拉菜单)就觉得自己对js不是很熟 所以一直没有写 花了不少时间 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>tab下拉菜单</title> <style type="text/css"> *
分类:
其他好文 时间:
2016-02-07 02:18:22
阅读次数:
127
###雪碧图技术### !DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>sprite雪碧图技术</title> <style type="text/css"> div{ width: 150px; height
分类:
其他好文 时间:
2016-02-06 18:26:44
阅读次数:
248
一、流程分析 二、代码 1.view层 (1)list.jsp 1 <link rel="stylesheet" type="text/css" href="<c:url value='/adminjsps/admin/css/book/list.css'/>"> 2 <script type="t
分类:
其他好文 时间:
2016-02-04 18:28:52
阅读次数:
275
废话不多说,先看效果!~需要引入的资源如下<linkrel="stylesheet"href="/css/jquery.autocomplete.css"type="text/css">
<scripttype="text/javascript"src="/lib/jquery.min.js"></script><!--1.8.3-->
<scripttype="text/javascript"src="/js/jq..
分类:
Web程序 时间:
2016-02-03 22:41:37
阅读次数:
205
1、导入css/js文件 - CSS文件 <!--<link rel="stylesheet" type="text/css" href="__CSS__/basic.css">--> <!--<import type="css" file="Css.basic"/>--> <!--<load hr
分类:
Web程序 时间:
2016-02-03 18:22:45
阅读次数:
266