Oh nevermind just fixed it in my tpl_product_info_display file by moving the:
PHP Code:
<!--bof Additional Product Images -->
<?php
/**
* display the products additional images
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
UNDER:
PHP Code:
<!--eof Reviews button and count -->
<br style="clear:left" />
<br class="clearBoth" />
</div> <!-- end of leftFloat -->
<div id="rightFloat">
I had this right under the Main Image code which was pushing it to the right for some reason 

Originally Posted by
luxevintage
Sorry if this question has been answered but I can't find any posts with my particular problem and I have tried various fixes to no avail. I have checked all my files to see if they are there and in the right place.
My problem is everything looks great in IE, but when using Firefox the additional images stretch across the right side, pouring into my right side tables and if I have any more than 3 images the rest dissappear. In IE they are under the main image and staying within the center table (which is how I would like it to look in Firefox) I haven't even tried other browsers yet, one problem at a time
Here's a good example (opened in firefox of course):
http://www.luxevintage.com/store/ind...products_id=14
I am using Cherry Zen Template and don't have a ton of other mods. None that would effect images or tables. Please help =(
Bookmarks