随笔分类 -  html

div css以及一些属性样式问题
高德地图定位
摘要:相关资料的查看地址: 各种demo的在线编辑查看地址http://lbs.amap.com/api/javascript-api/example/location/browser-location/?demo 高德自己做的: 打开即有相应的定位信息http://ditu.amap.com/ 需要自己 阅读全文
posted @ 2016-10-08 13:33 linglin 阅读(2259) 评论(0) 推荐(0)
Repeater 根据某一列的值加颜色
摘要://排队中 protected void rptOrdersList_ItemDataBound(object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e) { if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType == Lis... 阅读全文
posted @ 2016-05-18 16:32 linglin 阅读(279) 评论(0) 推荐(0)
c# 引用百度地图
摘要:<div title="欢迎使用" style="padding: 20px; overflow: hidden;" id="home"> </div> <script type="text/javascript" src="http://api.map.baidu.com/api?key=&v=1 阅读全文
posted @ 2016-05-10 14:12 linglin 阅读(3308) 评论(0) 推荐(0)
apk下载解决微信扫一扫问题
摘要:<link href="CSS/Untitled-3.css" rel="stylesheet" /> <link href="CSS/Untitled-4.css" rel="stylesheet" /> html 阅读全文
posted @ 2016-05-06 11:45 linglin 阅读(582) 评论(0) 推荐(0)
RadioButtonList的使用
摘要:js判断选中 cs文件后台绑定 赋值初值,选中的 阅读全文
posted @ 2016-04-26 17:48 linglin 阅读(360) 评论(0) 推荐(0)
table隔行变色
摘要:/*table隔行变色*/ #customers tr { background:#ffffff; } #customers tr:nth-child(2n+1) { background: #A7C942; } #customers tr { background-color: expressio 阅读全文
posted @ 2016-04-14 14:22 linglin 阅读(249) 评论(0) 推荐(0)
可以多个广告浮动的页面
摘要:--%> 阅读全文
posted @ 2015-12-02 13:33 linglin 阅读(187) 评论(0) 推荐(0)
样式
摘要:boby中加入如上属性,可使页面不可获得焦点,从而不能复制,粘贴,选中。//获取id触发点击事件$("#backtop").click(function () { $('html,body').animate({ 'scrollTop': 0 }, 600);$("#backtop").show()... 阅读全文
posted @ 2015-11-20 14:38 linglin 阅读(142) 评论(0) 推荐(0)