Zen Cart Logo
Forums / Basic Configuration / Problem with sideboxes in Firefox?

Problem with sideboxes in Firefox?

Locked

Views: 1,854

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
08 Jul 2006, 18:06
#1
kgmmusic avatar

kgmmusic

New Zenner

Join Date:
Nov 2005
Posts:
76
Plugin Contributions:
0

Problem with sideboxes in Firefox?

Just about got a new store finished but having a problem with the sideboxes displaying in Firefox. Everything looks fine in IE but when viewing in Firefox the sideboxes are showing in the center (instead of left) and are forcing all other content down below.

A seperate (but maybe related?) issue is a small white space below the header in IE. I read some posts and removed one of the <br class="clearBoth" /> tags in tpl_header.php which removes the space in IE but completely messes up the content area in Firefox and moves everything between the header and footer way too far to the right.

TEST SITE: http://70.85.24.56

I need to launch this site soon so any ideas are helpful!!!

09 Jul 2006, 03:54
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Problem with sideboxes in Firefox?

Your "ccaccept" sidebox has an extra </tr> tag near the end of its content. .... somewhere right after your <SCRIPT....> tags for the godaddy SSL seal.

09 Jul 2006, 19:35
#3
kgmmusic avatar

kgmmusic

New Zenner

Join Date:
Nov 2005
Posts:
76
Plugin Contributions:
0

Re: Problem with sideboxes in Firefox?

Thanks Dr. - that solved the sidebox centering problem. Now if I can only get the space removed from below the header in IE I'll be good to go!

09 Jul 2006, 20:04
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Problem with sideboxes in Firefox?

includes/templates/YOURTEMPLATE/common/tpl_header.php```html

</div> <br class="clearBoth" /> <!--eof-branding display--> ```

remove this part from that:```html
<br class="clearBoth" />