VivekMishra

Archive for November 2008

Make a lightbox with css

Posted by: vivekwin on: November 12, 2008

/*Light boxcss Start */ .black_overlay{ position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; /*width: 1004px;*/ /*height: 665px;*/ width: auto; min-width: 1024px; _width: 1024px; height: auto; min-height: 665px; _height: 665px; background-color: black; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); display: none; z-index:9999; } .white_content { position: absolute; top: 20%; left: 35%; width: 320px; height: 350px; padding: [...]


Follow

Get every new post delivered to your Inbox.