View Single Post
  #29  
Old 09-08-2006, 06:04 PM
 
zardos zardos is offline
 

Senior Member
  
Join Date: Jun 2004
Location: UK England
Posts: 140
 

Default Re: Lightbox JS v2.0 implementation

Try this

Code:
html,body { min-height:100%; height:auto !important; } #TB_window { font:12px Arial, Helvetica, sans-serif; border:4px solid #525252; display:none; background:#fff; color:#000; text-align:left; position:absolute; z-index:102; } #TB_secondLine { color:#666; font:10px Arial, Helvetica, sans-serif; } #TB_window a:hover { color:#000; } #TB_overlay { width:100%; background-color:#000; position:absolute; z-index:100; height:100%; top:0; left:0; min-height:100%; filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; } #TB_window img { border-right:1px solid #ccc; border-bottom:1px solid #ccc; border-top:1px solid #666; border-left:1px solid #666; display:block; margin:15px 0 0 15px; } #TB_caption { float:left; height:25px; padding:7px 30px 10px 25px; } #TB_closeWindow { float:right; height:25px; padding:11px 25px 10px 0; } #TB_closeAjaxWindow { margin-bottom:1px; float:right; text-align:right; padding:5px 10px 7px 0; } #TB_ajaxWindowTitle { float:left; margin-bottom:1px; padding:7px 0 5px 10px; } #TB_title { background-color:#e8e8e8; height:27px; } #TB_ajaxContent { clear:both; text-align:left; line-height:1.4em; overflow:auto; padding:2px 15px 15px; } #TB_ajaxContent p { padding:5px 0; } #TB_load { width:100px; display:none; position:absolute; height:100px; z-index:101; } #TB_HideSelect { width:100%; border:none; background-color:#fff; z-index:99; position:absolute; top:0; left:0; height:100%; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; } #TB_iframeContent { border:none; clear:both; } #TB_next a { font-weight:700; } #TB_window a:link,#TB_window a:visited,#TB_window a:active,#TB_window a:focus { color:#666; }
__________________
X-Cart V4.0.18
PHP 4.3.10
MySQL Server 4.0.22
Apache/1.3.33 (unix)
OS - Linux
Reply With Quote