Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing space above header and IE looks a mess

Removing space above header and IE looks a mess

Locked

Views: 1,409

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
11 Apr 2008, 12:30 PM
#1
travel124 avatar

travel124

Zen Follower

Join Date:
Mar 2006
Location:
White Pigeon, MI
Posts:
160
Plugin Contributions:
0

Removing space above header and IE looks a mess

My header keeps jumping down in Firefox. When I am in Internet Explorer it does the same thing and my images are overlapping.

http://www.digitalscrapn.com/index.php?main_page=index

Thanks for your help!

11 Apr 2008, 12:38 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Removing space above header and IE looks a mess

Try changing the 'height' portion of:

#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}

in stylesheet.css

Should help with the IE part, anyway.

11 Apr 2008, 1:38 PM
#3
travel124 avatar

travel124

Zen Follower

Join Date:
Mar 2006
Location:
White Pigeon, MI
Posts:
160
Plugin Contributions:
0

Re: Removing space above header and IE looks a mess

No that did not work, Thanks!

11 Apr 2008, 3:38 PM
#4
travel124 avatar

travel124

Zen Follower

Join Date:
Mar 2006
Location:
White Pigeon, MI
Posts:
160
Plugin Contributions:
0

Re: Removing space above header and IE looks a mess

I was able to adjust it to 260px and is fine now in IE. Still having problems with the white space above header.

11 Apr 2008, 4:25 PM
#5
stevesh avatar

stevesh

Black Belt

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

Re: Removing space above header and IE looks a mess

You have some sort of strange image thing in the left top corner - when I mouseover one of your images, it appears there, with the image name and 'commercial use OK'. Maybe that's causing it, as the big blank space doesn't happen until I mouseover an image or your header.

11 Apr 2008, 4:58 PM
#6
travel124 avatar

travel124

Zen Follower

Join Date:
Mar 2006
Location:
White Pigeon, MI
Posts:
160
Plugin Contributions:
0

Re: Removing space above header and IE looks a mess

I know, I don't know how that got there and how to get rid of it.

11 Apr 2008, 5:33 PM
#7
travel124 avatar

travel124

Zen Follower

Join Date:
Mar 2006
Location:
White Pigeon, MI
Posts:
160
Plugin Contributions:
0

Re: Removing space above header and IE looks a mess

I think I know what it is. My Image handler, needs to be worked on. Have to figure that one out now.