Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / My Site is a mess in Internet Explorer?

My Site is a mess in Internet Explorer?

Locked

Views: 1,173

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
7 Jan 2009, 9:57 PM
#1
xtreme avatar

xtreme

New Zenner

Join Date:
Jul 2005
Posts:
31
Plugin Contributions:
0

My Site is a mess in Internet Explorer?

I have been working on this site in Firefox for quite sometime. It wasn't until recently that I was told that the page display is all messed up in internet explorer.

http://tinyurl.com/8np68a <--- here is my site

I use firefox and havent tested the site in internet explorer. I don't know why the page keeps wrapping around itself maybe CSS?

If anyone could offer any advice I would sincerely appreciate it

7 Jan 2009, 10:29 PM
#2
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: My Site is a mess in Internet Explorer?

Looks like your site is trying to load WordPress AND Zen Cart on the same page.

Tina

7 Jan 2009, 11:02 PM
#3
xtreme avatar

xtreme

New Zenner

Join Date:
Jul 2005
Posts:
31
Plugin Contributions:
0

Re: My Site is a mess in Internet Explorer?

Thanks for the response. I have went ahead and deleted everything that deals with wordpress and the layout still remains a mess. Any other ideas??

9 Jan 2009, 4:45 AM
#4
renaissanceart avatar

renaissanceart

New Zenner

Join Date:
Oct 2007
Posts:
65
Plugin Contributions:
0

Re: My Site is a mess in Internet Explorer?

xtreme:

Thanks for the response. I have went ahead and deleted everything that deals with wordpress and the layout still remains a mess. Any other ideas??

It looks like your using applezen ? Not sure how it is implimented exactly but following the code, the breadcrumb menu and "<div id="contentMainWrapper">" parses before the drop down menu ( "dropMenuWrapper"). That could be the cause of IE formatting the page with the menu "dropMenuWrapper" to the right of the bread crumb " contentMainWrapper."

9 Jan 2009, 4:46 AM
#5
renaissanceart avatar

renaissanceart

New Zenner

Join Date:
Oct 2007
Posts:
65
Plugin Contributions:
0

Re: My Site is a mess in Internet Explorer?

Oh yeh,

one other thing you could try is to fix the position of the drop down menu in your stylesheet.css

add

#dropMenuWrapper {
position: fixed;

}

cheers

9 Jan 2009, 10:32 PM
#6
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,793
Plugin Contributions:
15

Re: My Site is a mess in Internet Explorer?

You cannot expect the right things to happen when basic code is incorrect. Not uncommon to find problems with define_main_page and product_info but, you have many problems with JavaScript and missing extra </div>...

Check out the link you gave at the W3C Validator.