-
CSS实现英文或拼音单词首字母大写/全大小写
2020-11-03CSS实现英文或拼音单词首字母大写,只需要在css样式中加入: text-transform:capitalize .shou_daxie{text-transform:capitalize}/*首字母大写*/.quan_daxie{text-transform:uppercase}/*全字母大写*/.quan_xiaoxie{text-... -
百度地图地点网站调用方法
2020-04-20以下为调用代码: style type=text/css#allmap {width: 100%;height: 100%;margin:0;font-family:微软雅黑;font-size:14px;}#l-map{height:500px;width:100%;}#r-result{width:100%;}/stylescript type=text/javascript src=http://api.map.baidu.... -
CSS3新增特性简单介绍
2019-12-10CSS3的新特征 有很多,例如圆角效果、图形化边界、块阴影与文字阴影、使用RGBA实现透明效果、渐变效果、使用@Font-Face实现定制字体、多背景图、文字或图像的变形处理(旋转、缩放、... -
LI无缝滚动代码(上下及左右)
2017-03-17script type=text/javascript $(function () { //奇数背景设置为灰色 //$(.box1 li:even,.box2 li:even,.box3 li:even).css({ backgroundColor: gray }); $(.box1).Scroll({ direction: y }); //设置为纵向滚动 $(.box2).Scroll(); //默认横... -
页面跳转的两种方式
2017-02-251) html的实现 head !-- 以下方式只是刷新不跳转到其他页面 -- meta http-equiv=refresh content=10 !-- 以下方式定时转到其他页面 -- meta http-equiv=refresh content=5;url=hello.html /head 优点:简单 缺点:Str... -
在线表单用户名等数据非空验证JS版
2017-02-18[html] script type=text/javascript //用户名非空验证 !-- $(document).ready(function() { //验证 $( #complain ).submit(function () { if($( #yy_name ).val()==){ $( #yy_name ).focus(); alert(姓名不能为空!); return false; } if($(...
服务热线
18062108535