Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Trouble with Cross Browser Positioning

Trouble with Cross Browser Positioning

Locked

Views: 987

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Apr 2008, 12:41 AM
#1
swelter83 avatar

swelter83

Zen Follower

Join Date:
Mar 2008
Posts:
98
Plugin Contributions:
0

Trouble with Cross Browser Positioning

Hey guys, Im using the CSS Flyout Header for my site. I am having problems
getting it to be posititioned in the same location for IE and Fire Fox. Take a look to see what i mean.

http://cart.lifewaynutrition.com

Can anyone help?
In IE7 it is positioned exactly where I want it, but in FireFox it is to far to the right. If I change the margin-left: 10px; to another value then it messes it up for IE7 (where it is position correctly)

Also, I have tried using:
margin-left: auto;
margin-right: auto;

as I have read that it helps to center the element. This did not work either.

Any help is ALWAYS appreciated :)

15 Apr 2008, 2:38 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Trouble with Cross Browser Positioning

A quick look and you have blown your navmainwrapper way out to contain your header image and have nothing in your logowrapper

You should be adjusting this in the drop menu css file

Currently things are conflicting I suspect owing to where you have them and not being indivisually addressable

15 Apr 2008, 4:58 AM
#3
swelter83 avatar

swelter83

Zen Follower

Join Date:
Mar 2008
Posts:
98
Plugin Contributions:
0

Re: Trouble with Cross Browser Positioning

figured it out

went in to the

navMain ul { } and added

margin: 0;
padding: 0;

worked perfectly
positioned it just like i needed it in both browsers :)