会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
徐文昊
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2016年11月15日
子页 -----
摘要: *{ margin:0px auto; opacity:0px;}#s1{width:150px; height:300px; position:fixed; left:100px; top:100px;}.yiji{ width:150px; height:35px; background-col
阅读全文
posted @ 2016-11-15 00:28 徐文昊
阅读(295)
评论(0)
推荐(0)
2016年11月11日
鼠标移动现实二级菜单
摘要: *{ margin:opx auto; padding:0px;} #leibie{ width:500px; height:36px; border:1px solid #03F;} .yuyan{ float:left; width:100px; height:36px; text-align:
阅读全文
posted @ 2016-11-11 12:22 徐文昊
阅读(236)
评论(0)
推荐(0)
下拉菜单
摘要: #s1{width:150px; height:300px; position:fixed; left:100px; top:100px;} .yiji{ width:150px; height:35px; background-color:#93C; border:1px solid white;
阅读全文
posted @ 2016-11-11 12:18 徐文昊
阅读(202)
评论(0)
推荐(0)
2016年11月8日
---
摘要: :hover 鼠标放上的背景link rel="shortcut icon" href修改页面小图标
阅读全文
posted @ 2016-11-08 15:28 徐文昊
阅读(168)
评论(0)
推荐(0)
2016年11月4日
JS
摘要: 数据类型 1.整形 int 2.小数类型 float(单精度) double(双精度) decimal (可以自定义长度) 3.字符类型 char 4.字符串类型 string 5.日期时间 datetime 6.布尔型数据 bool 7.二进制 binary 语言: 1.强类型语言 c++, c,
阅读全文
posted @ 2016-11-04 09:16 徐文昊
阅读(123)
评论(0)
推荐(0)
2016年10月31日
样式表--
摘要: <div style=:width:600px; heiget:600px; background-color:...; background-image; background-repea:...; background-position; 宽度 高度 背景颜色 背景图片 背景图平铺 背景图位置
阅读全文
posted @ 2016-10-31 11:20 徐文昊
阅读(125)
评论(0)
推荐(0)
2016年10月30日
样式表---分类
摘要: <div style="">hello</div><!-- 在boby里面 内联样式 优点:控制精确; 缺点:代码重用性差,看起来会特别乱 --> <style sype="test/css"></style><!-- 在head里面 内嵌样式 优点:代码重用性好 控制不精确 --> <link h
阅读全文
posted @ 2016-10-30 16:19 徐文昊
阅读(175)
评论(0)
推荐(0)
表单元素
摘要: get:显示值 post:隐藏值 文本域 男 男 女 女 ...
阅读全文
posted @ 2016-10-30 10:10 徐文昊
阅读(138)
评论(0)
推荐(0)
2016年10月29日
表格
摘要: 表格: <table> <tr> <td></td> <td></td> </tr> </table> 表格调整 <table width="..." height="..." border="..." cellspacing="..." cellpadding="..."> 宽 长 边框 边距 间
阅读全文
posted @ 2016-10-29 15:10 徐文昊
阅读(96)
评论(0)
推荐(1)
超链接
摘要: <a href"...."> 超链接 <a> 加超链接 # 跳转到当前页面 <a name="...">...</a> <a href"...">...</a> 锚点 <img src=" 要加的图片 "/ > 图片链接 控制图片大小 <img src="..." width="像素"> 控制图片宽
阅读全文
posted @ 2016-10-29 10:19 徐文昊
阅读(85)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告