Zen Cart Logo
Forums / General Questions / Tell a Friend - Runs off page and covered by Sideboxes

Tell a Friend - Runs off page and covered by Sideboxes

Locked

Views: 1,481

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
23 Dec 2007, 4:35 PM
#1
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

Tell a Friend - Runs off page and covered by Sideboxes

My Tell a Friend page - appears to run off the display area and is covered up buy side boxes.

My screen display is set for 1024x768

http://www.highbeams.ca/index.php?main_page=tell_a_friend&products_id=196

Help / direction to clean this up - greatly appreciated.

23 Dec 2007, 4:40 PM
#2
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

Re: Tell a Friend - Runs off page and covered by Sideboxes

...maybe an ie 6 problem,
... ...... I just tested on IE7 and it appears ok.

23 Dec 2007, 5:57 PM
#4
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

Re: Tell a Friend - Runs off page and covered by Sideboxes

Thanks for the reply - looks like you handled this before.

  • I made the change - Removed the "Float" in the css - but it didn't appear to take.
    Am I missing something?
23 Dec 2007, 6:18 PM
#5
tshooters avatar

tshooters

Totally Zenned

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

Re: Tell a Friend - Runs off page and covered by Sideboxes

Actually, Dr Byte solved it quite some time ago with the first 1.3.x ZC.
Thanks, Dr Byte!

You might try clearing your browser cache in IE6.

23 Dec 2007, 6:22 PM
#6
tshooters avatar

tshooters

Totally Zenned

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

Re: Tell a Friend - Runs off page and covered by Sideboxes

Try it like this:

TEXTAREA {

/*float: left;*/

margin: auto;

display: block;

width: 95%;

}
23 Dec 2007, 6:38 PM
#7
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

Re: Tell a Friend - Runs off page and covered by Sideboxes

Actually i did this...
/*
TEXTAREA {
float: left;
margin: auto;
display: block;
width: 95%;
}
*/
TEXTAREA {
margin: auto;
display: block;
width: 95%;
}

23 Dec 2007, 7:08 PM
#8
tshooters avatar

tshooters

Totally Zenned

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

Re: Tell a Friend - Runs off page and covered by Sideboxes

Ahh..okay..didn't look far enough, did I? :lookaroun

Is it working in IE6 now? Hope so!

23 Dec 2007, 9:07 PM
#9
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

Re: Tell a Friend - Runs off page and covered by Sideboxes

Not working in IE6.:no:
Refreshed cache - still have the issue

Not too worried as I would expect most people to be using ie7 now.

23 Dec 2007, 10:22 PM
#10
tshooters avatar

tshooters

Totally Zenned

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

Re: Tell a Friend - Runs off page and covered by Sideboxes

Aha! You've got two stylesheets in the css folder. You need to rename the one
you're not using to something like stylesheetsomething.old.

23 Dec 2007, 10:53 PM
#11
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

Re: Tell a Friend - Runs off page and covered by Sideboxes

:unsure:ok, great - where are you looking...

This is where I'm going -

... admin/includes/templates/highbeams_template/css/stylesheet.css

23 Dec 2007, 11:55 PM
#12
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

Re: Tell a Friend - Runs off page and covered by Sideboxes

Resolved:
You were right two css
Working now... all is right with the world (once again!):clap:
TShooters thanks for the info / patience.
:thumbsup: