一个朋友写的,收藏之 <!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .divBox { width:600px; height: 600px; position
分类:
Web程序 时间:
2016-03-01 23:56:22
阅读次数:
434
<!DOCTYPE html> <html> <head> <meta charset="utf8"> <title>js拖拽效果</title> <style type="text/css"> #div1 { width : 200px; height: 200px; position: abso
分类:
Web程序 时间:
2016-03-01 17:24:21
阅读次数:
222
页面 引用jar 包 <link rel="stylesheet" href="../../style/zui.min.css" type="text/css" media="screen" /> <script type="text/javascript" src="../../zui/jquer
分类:
Web程序 时间:
2016-03-01 12:42:24
阅读次数:
300
html代码 <!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title>菜单选项卡</title> <link rel="stylesheet" type="text/css" href="xd_menu.css"> <s
分类:
其他好文 时间:
2016-02-29 18:06:06
阅读次数:
177
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <style type="text/css"> div {/*设置初始值*/ width:300px; height:200px; background:#0F0; position:relat
分类:
其他好文 时间:
2016-02-28 11:04:50
阅读次数:
152
一个简单的首页的设计: html文件: 1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <link rel="stylesheet" type="text/css" href="1.cs
分类:
Web程序 时间:
2016-02-28 00:50:20
阅读次数:
278
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>实践题 - 选项卡</title> <style type="text/css"> /* 标签和文本结合区域效果制作: 1.用ul做分类标签 2.把ul的dis
分类:
Web程序 时间:
2016-02-27 21:58:18
阅读次数:
225
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <style type="text/css"> div{ transform: translate(50px,100px);/*相对移动*/ /*transform:rotate(30deg);
分类:
其他好文 时间:
2016-02-27 21:54:29
阅读次数:
151
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <style type="text/css"> div{ text-align:center;/*把文字放在中央*/ width:200px;/*设置宽度*/ border:2px solid;
分类:
其他好文 时间:
2016-02-27 20:36:55
阅读次数:
147
0.样式位置分类 1)使用外部css文件 <link href="/static/css/main.css" rel="stylesheet"> 2)使用head中的style元素 <head> <style type="text/css"> .main{color:red;} </style> <
分类:
Web程序 时间:
2016-02-27 17:51:57
阅读次数:
1184