博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
常用css
阅读量:6707 次
发布时间:2019-06-25

本文共 2317 字,大约阅读时间需要 7 分钟。

http://shang.qq.com/v3/index.html  扣扣推广.w_1000 a:active{
noOutline:expression(this.onFocus=this.blur())}.w_1000 a:focus{
outline:none;-moz-outline:none}去掉浏览器默认边框overflow:hidden;white-space:nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis;文字限制,超出隐藏opacity:0.8; filter:alpha(opacity=80);-moz-opacity:0.8;背景透明-moz-background-size:100% 100%;background-size:100% 100%;背景图片缩放font-family:"宋体",sans-serif;字体样式效果if(objAllDiv[i].className == 'correlation') {
objDiv = objAllDiv[i]; //将最后得到的class是correlation的div对象保存到目标对象上; }下拉效果 获取当前时间/**日期**/ var oDate = new Date(); var year = oDate.getFullYear(); var month =add( oDate.getMonth()+1 ); var day = add( oDate.getDate() ); function add(n) {
return n>=10? n:'0'+n; } var oYear = document.getElementById('year'); //年 var oMonth = document.getElementById('month');//月 var oDay = document.getElementById('day');//日 oYear.innerHTML = year; oMonth.innerHTML = month; oDay.innerHTML = day;左侧导航function showNav(id) {
var parent = document.getElementById(id); parent.className = parent.className + "menu-hover"; //添加classname }function hideNav(id) {
var parent = document.getElementById(id); parent.className = ""; //添加classname }
//顶部导航function nav (id){
document.getElementById(id).style.display ="block";}function nav2(id) {
document.getElementById(id).style.display ="none" }//二级导航function setTab(m,n){
var tli=document.getElementById("nav_li"+m).getElementsByTagName("li"); var mli=document.getElementById("nav_con"+m).getElementsByTagName("ul"); for(i=0;i
140){ $(".head-top").addClass('fixed') }else{
$(".head-top").removeClass('fixed') }; }); $(".ss").click(function(){
$('body,html').animate({scrollTop:600},500); return false; }) $(".xx").click(function(){
$('body,html').animate({scrollBottom:600},500); return false; })Li偶数背景加背景$(document).ready(function(e) {
//$(".dh_box_bg ul li:odd").css({ background: "#FFF6E4",border:"1px #FFF6E4 solid" }); });

 

转载于:https://www.cnblogs.com/su1637/p/8287119.html

你可能感兴趣的文章
使用for循环创建在指定目录下批量创建文件并重命名所有文件
查看>>
linux-RPM包使用小结
查看>>
Oracle Active Database Duplication
查看>>
Zabbix监控之实现微信企业号报警【8】
查看>>
POI
查看>>
利用windows 2008 r2自带的“文件服务”实现NFS存储功能
查看>>
一天学会开发客户关系管理系统
查看>>
html5调用摄像头拍照
查看>>
Server远程带外管理--IPMI
查看>>
Java HotSpot VM Options (官方)
查看>>
Highcharts 条形图
查看>>
第一次用虚拟机装系统出现这种情况!(操作系统已禁用CPU)
查看>>
零基础搭建自己的博客
查看>>
Amazon桌面云和X9桌面云的比较
查看>>
网络工程师面试记
查看>>
我的友情链接
查看>>
利用Nginx做负载均衡
查看>>
CentOS 7 本地yum源配置
查看>>
python 将unix文件转成dos文件
查看>>
ORA-01114: IO error writing block to file
查看>>