摘要:看到上面的例子,我们就应该清楚一些了,在页面底部有一个消息框。定位方式如下:.message{ border: solid 1px red;  width: 200px;  height: 200px; bottom: 0;  position: fixed;  right:0; background:url(背景图片);}------------------------------------引...
        
阅读全文
 
        
            
            
摘要: CSS,XTHML书写规范以及常见问题总结                       2009年3月文件介绍文件名 CSS,XHTML及常见问题总结.doc...
        
阅读全文
 
        
            
            
摘要:这个问题已经遇到过多次了,由于时间久了,总是会忘记。这里做一下记录,以便提醒自己。主要发生在IE6中,比如有一个类似于如下的代码:<dl class="tbox"> <dt><strong>投票调查</strong></dt> <form name='voteform' method='post' action='' target=...
        
阅读全文
 
        
            
            
摘要:Csshack总结说明1.常见CSSHack(1)区别不同浏览器,CSShack写法:区别IE6与FF:background:orange;*background:blue;区别IE6与IE7:background:green!important;background:blue;区别IE7与FF:background:orange;*background:green;区别FF,IE7,IE6:ba...
        
阅读全文
 
        
            
            
摘要:filter: alpha(opacity=50); /*IE*/-moz-opacity: 0.5; /*MOZ , FF*/opacity: 0.5; /*CSS3, FF1.5*/
        
阅读全文