Zen Cart Logo
Forums / Addon Templates / Problem with table width, see the photo

Problem with table width, see the photo

Locked

Views: 2,057

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 May 2007, 5:56 PM
#1
char3 avatar

char3

New Zenner

Join Date:
Apr 2007
Posts:
15
Plugin Contributions:
0

Problem with table width, see the photo

Hi I have this problem:

http://jordibabot.googlepages.com/problema_meuble.JPG

You can see the table below the right sidebar menu that is larger than the page, and so there is a white space in the main page until the table information. It happens many times with other pages so I believe it's a css problem.

I have looked the code but I don't find the problem.

Here is the page if it is necessary http://www.meublenet.net/index.php

Thank you all

29 May 2007, 4:36 PM
#2
char3 avatar

char3

New Zenner

Join Date:
Apr 2007
Posts:
15
Plugin Contributions:
0

Re: Problem with table width, see the photo

I think I'm approaching to solve my problem. It seems to be a problem in the fieldset tags but only viewed in IE6.

Here is a user with the same problem that can explain it better than me ;)

I've been working with Zen Cart templates a lot, and I'm having an
issue with the create account page in IE6. The create account section
is composed of one main floating div which encloses one large
fieldset which in turn encloses multiple smaller fieldsets.

The very last of the smaller fieldsets is not respecting its outer
div's width, and is pushing out onto the neighboring floated div.

In IE6, the Newsletter and Email Details fieldset is too wide. I just
can't figure out how that fieldset is different that any other on the
same page. Any ideas?

Please I need help, I had spent hours and hours on it!

2 Dec 2007, 3:03 AM
#3
sweet_zouzou avatar

sweet_zouzou

Zen Follower

Join Date:
Nov 2007
Posts:
138
Plugin Contributions:
0

Re: Problem with table width, see the photo

Did anyone find the answer to this problem? I have the fieldset floating boxes overlapping my borders on the login page.

https://www.sweetzouzou.com

2 Dec 2007, 3:11 AM
#4
sweet_zouzou avatar

sweet_zouzou

Zen Follower

Join Date:
Nov 2007
Posts:
138
Plugin Contributions:
0

Re: Problem with table width, see the photo

Figures :shocking: I spent time searching the forum with no success; tried several changes to various files and when I fianlly ask for help I solved this issue :smile:. I adjusted the margins and padding in the stylesheet and voila!

FIELDSET {
padding: .1em;
margin: 0.1em 0em;
border: 1px solid #cccccc;
}