Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Tell A Friend overlaps the sideboxes...

Tell A Friend overlaps the sideboxes...

Locked

Views: 2,064

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
3 May 2007, 3:05 AM
#1
mrrcomp avatar

mrrcomp

New Zenner

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

Tell A Friend overlaps the sideboxes...

Hi Everyone

For some reason the Tell A Friend page is overlapping the sideboxes so its impossible for the user to access it.

Although there was a post about a similar situation with IE I can't seem to find the correct place or stylsheet to correct it.

Can anyone point me to the correct files?

Regards

3 May 2007, 3:32 AM
#2
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Tell A Friend overlaps the sideboxes...

It would be more helpful to see the problem first hand. I went to the site in your signature (http://www.discoverwellness.biz), and discovered that this is NOT the site you're having problems with. Could you post the URL of your problematic site, please?

3 May 2007, 3:40 AM
#3
mrrcomp avatar

mrrcomp

New Zenner

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

Re: Tell A Friend overlaps the sideboxes...

Hi Get Em Fast.

My store site is https://www.teamtools-israel.com/TCart

Thanks..

3 May 2007, 3:59 AM
#4
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Tell A Friend overlaps the sideboxes...

mrrcomp, I don't see ANY overlapping, anywhere. Everything looks good. Did it maybe do it at one time, and you've not cleared your browser cache afterwards?
I viewed it in IE7 and in FF, and all seems fine.
In order to try to see this problem, I had to create an account on your site, because you can't write a review without an account. You can now delete it.
Sorry, I tried, but couldn't find any problems with overlapping.

3 May 2007, 4:26 AM
#5
mrrcomp avatar

mrrcomp

New Zenner

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

Re: Tell A Friend overlaps the sideboxes...

Get Em Fast Hi Again

Thanks for your efforts till now..

I cleared the local cache on my comp and still I get the overlapping. I'm attaching here the screen shot of the english version.

In hebrew which is a right to left justified the whole thing starts to the far right of the screen.

Hoping for your input...

Regards

3 May 2007, 5:05 AM
#6
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Tell A Friend overlaps the sideboxes...

Oh, yea, I see. I just had the wrong product, as it doesn't do it on others that I looked at.
I think that your text is pushing the right column out. Try to shorten it from:

Tell A Friend About 'Wellness Showcase - Professionals Giving WP'

to:

Tell A Friend About 'Wellness Showcase

and see if that don't do the trick.

Actually, to be honest with you, I've been answering so many different threads, that I lost track for a minute, and was thinking you said the problem was with "Write a Review". Sorry for the mix-up.

3 May 2007, 6:02 AM
#7
mrrcomp avatar

mrrcomp

New Zenner

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

Re: Tell A Friend overlaps the sideboxes...

Hi Get Em.

Yes I noticed that your very prolific in answering threads and I thank you in the name of all of us out here that are pulling hairs!!!

Anyways..... I tried as you suggested I added a <br> to the Product Name still has no effect!

Any other ideas?

3 May 2007, 6:37 AM
#8
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Tell A Friend overlaps the sideboxes...

Did you remember to clear your browser cache after your change? It looks good to me, now. See? I think that done it.

3 May 2007, 7:11 AM
#9
mrrcomp avatar

mrrcomp

New Zenner

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

Re: Tell A Friend overlaps the sideboxes...

Hi Again..

urgggggg seems the problem occurs in IE6 .. Just tested from an IE7 and its OK...

Suggestions? or just grin and bear it for older browsers?? LOL

Thanks

3 May 2007, 2:29 PM
#10
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Tell A Friend overlaps the sideboxes...

IE 6 don't play nice when you're using a float: left and a % width in
your TEXTAREA. You can comment out or remove the float: left in both your
stylesheet.css and hebrew_stylesheet.css.

TEXTAREA {

float: left;

margin: auto;

display: block;

width: 95%;

}

Or, there's another solution in post #26 at this thread:

http://www.zen-cart.com/forum/showthread.php?t=36908&highlight=Friend

3 May 2007, 4:16 PM
#11
mrrcomp avatar

mrrcomp

New Zenner

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

Re: Tell A Friend overlaps the sideboxes...

HI Everyone...

UREKA... post 26 solved it !!

Thanks to all who took time and effort to help me!