View Single Post
  #51  
Old 02-11-2009, 10:58 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Shadowbox Integration

Hi beetlejuice -

One issue - in your skin1.css you have shadowbox_images defined as a class, but you are calling it as an id. If you are only using that tag once - you can change it to:

Code:
#shadowbox_images { float: left; width: 500px; }
If you call it more that once - you should leave it defined as a class in your css and change how you call it to:

Code:
<div class="shadowbox_images">
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote