Zen Cart Logo
Forums / General Questions / Extra Images Position

Extra Images Position

Locked

Views: 746

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
3 May 2009, 1:28 AM
#1
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Extra Images Position

Hi All,

I'm having a bit of a problem with extra images. In IE, the images go exactly where they are supposed to with no problems, however, in Firefox, the extra images are covering up the "Add to Cart" button....which is a problem if I ever expect to sell anything! You can see the problem here: http://www.lauriesluxuries.com/index.php?main_page=product_info&cPath=3_5_25_44&products_id=11&zenid=10603fb009c474980e486baa85c2192f

The problem occurs in Firefox and Safari but not in IE. How do I fix this?

Thanks...

Billie

3 May 2009, 3:47 AM
#2
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,284
Plugin Contributions:
38

Re: Extra Images Position

Fix it to display correctly in FF and then create a **Hack for IE....

Displaying correctly in FF will generally yield correctness in Chrome, Safari, Opera etc.... While IE just does whatever they like and heck with standards :censored:

This module will make it simpler http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=493

~Melanie

3 May 2009, 6:14 AM
#3
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Re: Extra Images Position

Ok thanks for that, but I don't know where to go to fix it for Firefox or Safari......where do I go to fix where the extra pictures are displaying?

3 May 2009, 6:54 PM
#4
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Re: Extra Images Position

Still really need help with this....where do I go to adjust the layout of the extra images so they will show up properly in Firefox and Safari?

3 May 2009, 7:45 PM
#5
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Extra Images Position

edit your stylesheet.css and put this at the bottom;

.centerBoxWrapperContents table {clear:both;}

3 May 2009, 9:42 PM
#6
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Re: Extra Images Position

Thanks so much...that worked perfectly!