Forums / Templates, Stylesheets, Page Layout / really BAD IE problem

really BAD IE problem

Locked
Results 1 to 11 of 11
This thread is locked. New replies are disabled.
10 Mar 2009, 01:09
#1
charinlasvegas avatar

charinlasvegas

Zen Follower

Join Date:
Jan 2009
Posts:
311
Plugin Contributions:
0

really BAD IE problem

So silly me, this morning I thought I was finally all finished...my store looks 100% fine in FF, naturally. I just checked in IE and I have a big mess.

Here is a link

So you see how the left & right columns, and in fact the center column also, are all the way up in my header? The only thing I did was remove the top & bottom borders for my left & right containers so I wouldn't have a double line. I can't imagine how doing that could cause this!

Any idea on how I can fix this? I have FF developer toolbar but nothing to give me a clue in IE.

TIA
10 Mar 2009, 01:34
#2
charinlasvegas avatar

charinlasvegas

Zen Follower

Join Date:
Jan 2009
Posts:
311
Plugin Contributions:
0

Re: really BAD IE problem

Just for the heck of it, I uploaded my stylesheet without the changes that I made to the borders & it made no difference. So I'm really puzzled as to how & why this happened all of a sudden. :cry:
10 Mar 2009, 02:31
#3
charinlasvegas avatar

charinlasvegas

Zen Follower

Join Date:
Jan 2009
Posts:
311
Plugin Contributions:
0

Re: really BAD IE problem

I found the IE Dev Toolbar, tried that. It's not really telling me anything, except I had a few validation errors which I fixed but that didn't solve my main problem.

As a temporary fix, I added some <br>'s above my main page content which only helps for that content on that page. My sideboxes and main content are still messed up. The breadcrumb is also up in the header area :frusty:
10 Mar 2009, 03:48
#4
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: really BAD IE problem

How tall is your header? What dimension is specified for it?
10 Mar 2009, 10:02
#5
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Posts:
4,572
Plugin Contributions:
0

Re: really BAD IE problem

Validating code is always a good idea, more so when having problems.

With 643 Errors, 172 warning(s), it's somewhat surprizing the site is working.
10 Mar 2009, 11:57
#6
stevesh avatar

stevesh

Black Belt

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

Re: really BAD IE problem

Change the height here to at least the height of your header image (171 px):

#logoWrapper{
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
background-color: #544234;
height:136px;
}
10 Mar 2009, 12:56
#7
charinlasvegas avatar

charinlasvegas

Zen Follower

Join Date:
Jan 2009
Posts:
311
Plugin Contributions:
0

Re: really BAD IE problem

stevesh:

Change the height here to at least the height of your header image (171 px):

#logoWrapper{
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
background-color: #544234;
height:136px;
}



Thanks, that and fixing the height for #headerwrapper fixed the problem. I forgot, I had changed those a while ago...duh. Strange I never noticed the probem until yesterday.
10 Mar 2009, 12:59
#8
charinlasvegas avatar

charinlasvegas

Zen Follower

Join Date:
Jan 2009
Posts:
311
Plugin Contributions:
0

Re: really BAD IE problem

Website Rob:

Validating code is always a good idea, more so when having problems.

With 643 Errors, 172 warning(s), it's somewhat surprizing the site is working.


Yikes! And look at the silly errors they are. I think I know what happened, I found my ftp program sometimes "corrupts" .php files when I upload them. I've stopped even using it, and started uploading through cPanel.

Thanks for pointing that out...sigh.

Strange that the IE Dev Toolbar only gave me 6 errors.
10 Mar 2009, 13:09
#9
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Posts:
2,400
Plugin Contributions:
0

Re: really BAD IE problem

There are excellent free FTP programs available. I believe FileZilla is often recommended for Windows. There are others for Mac.

Rob
11 Mar 2009, 14:05
#10
charinlasvegas avatar

charinlasvegas

Zen Follower

Join Date:
Jan 2009
Posts:
311
Plugin Contributions:
0

Re: really BAD IE problem

I've seen FileZilla mentioned, I'll give it a try. I'm using Core Ftp Lite, which someone recommended to me but obviously it's a program with issues.
11 Mar 2009, 17:35
#11
stevesh avatar

stevesh

Black Belt

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

Re: really BAD IE problem

I've had a lot of luck with the FireFTP plugin for Firefox.