Zen Cart Logo
Forums / Basic Configuration / Sidebox Content Pushed Sideways in IE for Aweber Sidebox

Sidebox Content Pushed Sideways in IE for Aweber Sidebox

Locked

Views: 1,803

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
16 Dec 2008, 4:37 AM
#1
lindasdd avatar

lindasdd

Zen Follower

Join Date:
Jun 2007
Posts:
474
Plugin Contributions:
0

Sidebox Content Pushed Sideways in IE for Aweber Sidebox

I recently created a sidebox and added some code in order to have an Aweber opt in form appear in the sidebox.

The sidebox looks fine in Firefox, but in IE it appears to be pushed to the side a little although the header remains in the correct spot.

Any ideas?

Check it out: l i n d a s d i e t d e l i t e s . c o m

Let me know if you need the actual sidebox code used.

Thanks for taking the time,
lindasdd

16 Dec 2008, 12:19 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Sidebox Content Pushed Sideways in IE for Aweber Sidebox

Did you use the Aweber mod, or do-it-yourself? You might try floating the content left, or text-align:left

Here, it looks the same (off to the right) in IE7 and 8, but in FF2 and 3, there isn't any content at all in that sidebox.

17 Dec 2008, 2:48 PM
#3
lindasdd avatar

lindasdd

Zen Follower

Join Date:
Jun 2007
Posts:
474
Plugin Contributions:
0

Re: Sidebox Content Pushed Sideways in IE for Aweber Sidebox

Odd that you can't see any content. I have viewed it on multiple computers with no problems viewing the content.

I managed to fix the problem by changing the actual HTML of the form code and using that instead of the one line code provided by Aweber.

What I did was change the size =20 in the below portion of the code to size=15.

<input type="text" name="name" value="" size="15"> <input type="text" name="from" value="" size="15">

Hopefully this helps someone else if they have this problem.

-lindasdd