Forums / Templates, Stylesheets, Page Layout / Display problems in AOL browser

Display problems in AOL browser

Locked
Results 1 to 5 of 5
This thread is locked. New replies are disabled.
16 Jul 2010, 06:03
#1
joannem avatar

joannem

Zen Follower

Join Date:
Jul 2009
Posts:
110
Plugin Contributions:
0

Display problems in AOL browser

Hi, our store layout is perfect in all browsers except AOL. In AOL, the center and right columns are way off to the right, and I've looked and searched everywhere but I couldn't find a solution.

Can someone help please?

Link: http://www.scrappingyourmemories.com/store/

Thanks in advance,

Joanne
16 Jul 2010, 09:45
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: Display problems in AOL browser

It's not just AOL, it's IE6 and IE7, too, and I can't see where it's coming from.

I would try turning off the blank sideboxes in the left column one by one to see if it's one of them causing the problem.
16 Jul 2010, 10:37
#3
ooba_scott avatar

ooba_scott

Zen Follower

Join Date:
Jul 2009
Posts:
218
Plugin Contributions:
0

Re: Display problems in AOL browser

I think stevesh is right, i would start with the left hand sideboxes...

....my guess its the 'snag our blinkie' blank sidebox that is causing the issue as it is using the blank sidebox mod, and it is broken as you can see the code beneath the image!

........ sorry just having a play and i have figured it out!


It is that sidebox, and it is due to the textarea you have ...... the style you currently have for a textarea is as follows:

textarea
{
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
display: block;
width: 95%;
}

The width is causing you the problems!

So i would add an extra style in,....something like

#blanksideboxContent textarea
{
width: 150px;
}

or something, probably trial and error is the best way forward!


:)

Regards
Scott
16 Jul 2010, 14:15
#4
joannem avatar

joannem

Zen Follower

Join Date:
Jul 2009
Posts:
110
Plugin Contributions:
0

Re: Display problems in AOL browser

woohoo that did it!!! Thank you so much!!

Hugs,
Joanne
16 Jul 2010, 14:50
#5
ooba_scott avatar

ooba_scott

Zen Follower

Join Date:
Jul 2009
Posts:
218
Plugin Contributions:
0

Re: Display problems in AOL browser

:)

glad i could help