View Single Post
  #4  
Old 03-01-2010, 11:00 AM
 
MikeBrum MikeBrum is offline
 

Advanced Member
  
Join Date: May 2003
Location: Morro Bay, Ca
Posts: 59
 

Default Re: Display all detailed images as thumbnails

To change attributes of the popup window, look in the MAIN.CSS file for the following. Yours will not look exactly same as this.

Here is my current popup: http://67.20.92.91/store/Bomber.html


.images-preview {
position: absolute;
top: 100px;
right: 100px;
bottom: 100px;
left: 100px;
background: #faf9db none;
border: 5px solid #291f16;
overflow: hidden;
min-width: 700px;
max-width:702px;
min-height: 400px;
max-height: 500px;
margin-left:auto;
margin-right:auto;
z-index: 4000;
}
__________________
Toobs.com

X-Cart version 4.3.1
PHP: 5.2.14
MySQL: 5.1.47
Reply With Quote