Hot!Ajax

  • Increase font size
  • Default font size
  • Decrease font size
  • default color
  • black color

Gsearch

Google
Home arrow Lightbox arrow 用css打造Lightbox效果
用css打造Lightbox效果
User Rating: / 4
PoorBest 
Thursday, 20 September 2007
本文转载自http://www.5key.net/blog/article.asp?id=297

网络上有很多js版本的lightbox效果介绍。不过都下载一个lightbox的js小则几十K,大则上百K。如果你只是需要一个类似Lightbox的效果,这种百分之百纯CSS制造,不含js的办法到可以试试。


预览

CSS部分:

<style>

  body{font-size:11px; font-family:Verdana,   Arial, Helvetica, sans-serif;}

  a{color:#000;   text-decoration:none;}

  .img{border:0px;}

  .black_overlay{

  
display:   none;  

  
position: absolute;  

  
top: 0%;  

  
left: 0%;  

  
width:   100%;  

  
height: 100%;  

  
background-color:   black;  

  
z-index:1001;  

  
-moz-opacity: 0.8;  

  
opacity:.80;  

  
filter:   alpha(opacity=80);  

  
}  

  .white_content {

  
display: none;  

  
position:   absolute;  

  
top: 15%;  

  
left: 25%;  

  
width: 632px;  

  
height:   445px;  

  
border: 16px solid   #FFF;  

  
border-bottom:none;  

  
background-color:   white;  

  
z-index:1002;  

  
overflow: auto;  

 
}  

</style>
 

HTML部分:

<body> 

   
<p>This is the main content. To display a   
lightbox click <a href = "javascript:void(0)" 
onclick =   "document.getElementById('light').style.display='block';</p>
<p>document.getElementById('fade').style.display='block'">here</a></p>

   
<div   id="light" class="white_content">This is the lightbox content.</p>
<p> <a href =   "javascript:void(0)" 
onclick =   "document.getElementById('light').style.display='none';</p>
<p>document.getElementById('fade').style.display='none'">Close</a></div>

   
  <div   id="fade" class="black_overlay"></div>

</body>
 

个人认为这只是不需要调用外部的js,而且功能,效果远不及lightbox.

源文件下载

Comments (0)add comment

Write comment

busy
 
< Prev   Next >

Login






Lost Password?
No account yet? Register

link

Casino - Compare casinos and online casino reviews.

boygj.com

cnBeta.com

9down.com

天极网

PCPChina 先锋网

donews.com

Ajax中国