2017年4月19日
    
 
        
        
摘要:        
网址:http://web.jobbole.com/87079/    
阅读全文
 
        
            posted @ 2017-04-19 13:16
努力也会有春天
阅读(86)
推荐(0)
        
 
		
    
        
            
        
         
        2016年4月26日
    
 
        
        
摘要:        
一、给浮动元素的父级清除浮动 1、结尾处加空div标签 clear:both 代码如下: <style type="text/css"> .div1{background:#000080;border:1px solid red} .div2{background:#800080;border:1p    
阅读全文
 
        
            posted @ 2016-04-26 21:22
努力也会有春天
阅读(68)
推荐(0)
        
 
		
    
        
            
        
         
        2016年4月24日
    
 
        
        
摘要:        
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="js/jquery.js"></script> <style> .clsI    
阅读全文
 
        
            posted @ 2016-04-24 20:12
努力也会有春天
阅读(204)
推荐(0)
        
            
        
        
摘要:        
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{margin:0px;padding:0px;} #box{height:30px;width:100%;margin:20p    
阅读全文
 
        
            posted @ 2016-04-24 20:10
努力也会有春天
阅读(255)
推荐(0)
        
 
		
    
        
            
        
         
        2016年4月21日
    
 
        
        
摘要:        
function fiexible(obj,json,way,fn){ /*** 按坐标运动 ***/ if(way true){ //检测left 与 top 是否都有值 if(typeof json.left !='undefined' && typeof json.top !='undefin    
阅读全文
 
        
            posted @ 2016-04-21 10:11
努力也会有春天
阅读(240)
推荐(0)
        
 
		
    
        
            
        
         
        2016年4月19日
    
 
        
        
摘要:        
function doMove(obj,json,fn){ var iCur = 0; var alpha = 0; clearInterval(obj.timer); obj.timer = setInterval(function(){ var bStop = true; for(var att    
阅读全文
 
        
            posted @ 2016-04-19 19:21
努力也会有春天
阅读(123)
推荐(0)
        
            
        
        
摘要:        
function drag(obj,site,fn){ var dmW = document.documentElement.clientWidth || document.body.clientWidth var dmH = document.documentElement.clientHeigh    
阅读全文
 
        
            posted @ 2016-04-19 18:02
努力也会有春天
阅读(422)
推荐(0)