Quote:
Originally Posted by gb2world
can you post a link?
|
Here tis:
http://www.visionone.com.au/benq-cp270-data-projector.html
Below is my shadowbox_images.tpl
Code:
<div id="shadowbox_images">
{if $images ne ""}
{section name=image loop=$images}
{if $images[image].avail eq "Y"}
{if $images[image].tmbn_url}
<div class="shadowboxlinks"><a rel="shadowbox[images]" href="{$images[image].tmbn_url}" title="{$images[image].alt|escape}"><img src="{$images[image].tmbn_url}" width=75 height=75/>{$images[image].alt|escape}{if $images[image].alt|escape eq ""}{/if}
</a></div>
{else}
<div class="shadowboxlinks"><a rel="shadowbox[images]" href="{$xcart_web_dir}/image.php?id={$images[image].imageid}&type=D" title="{$images[image].alt|escape}"><img src="{$images[image].tmbn_url}" width=75 height=75/>{$images[image].alt|escape}{if $images[image].alt|escape eq ""}{/if}</a></div>
{/if}
{/if}
{/section}
{/if}
</div>
here is the shadowbox part of my skin1.css
Code:
.shadowboxlinks {margin: 2px;
border: thin solid #868686;
padding: 2px;
height: 50px;
width: 50px;
}
.shadowbox_images {
float: left;
width: 500px;
}
it's almost like the css above is not even being called, as there are no borders around my thumbnails like
http://www.chopworx.com/product.php?...&cat=21&page=1
so I'm not sure what's going on.
Thanks for taking the trouble to look for me
Regards
beetlejuice