Post by nightvision04 » Mon Jan 02, 2012 4:39 pm

Greetings.

My website is http://store.realforge.com

When loaded in IE7, my site gets weird errors that dont occur in other browsers. The footer has an unwanted scrollbar added to it, a bit of unnecessary white space is created, round corners have become square, and some graphics have actually had their color changed (lightened).
ie7scrollbar2.jpg

ie7scrollbar2.jpg (148.54 KiB) Viewed 861 times

Is there a common workaround for these discrepencies?


Thanks,
Dan

New member

Posts

Joined
Sat Oct 15, 2011 1:17 pm

Post by webpie it. » Mon Jan 02, 2012 5:12 pm

Firstly try this in your CSS:

#footer {
clear: both;
overflow: hidden;
min-height: 100px;
padding: 20px 0px;
border-top: 1px solid #DBDEE1;
border-bottom: 1px solid #DBDEE1;
background: #0B0803;
text-align: left;
}

changed overflow:auto to hidden and padding defined 0px for right and left just in case the the overflow still shows as your inner divs column still to big as basically they are set to 25% each making up 100% of the footer div width, so the scroll bars show due to the columns taking more width than the footer div they sit in allows.

sorry if i made a mess of that lol


Css Border radius are not supported in ie7 or 8 nbut check this google search out and you will find some jquery and other methods to solve this:

http://www.google.co.uk/webhp?sourceid= ... =828&ion=1

Regards

Chris


Active Member

Posts

Joined
Mon Jan 31, 2011 7:28 pm

Post by webpie it. » Mon Jan 02, 2012 5:13 pm

The white space and logo i can't answer as im not on ie7 atm. sorry

Regards

Chris


Active Member

Posts

Joined
Mon Jan 31, 2011 7:28 pm

Post by nightvision04 » Thu Jan 05, 2012 2:32 am

On most computers the white space doesnt seem to be there.

The most illogical part of it is this: Why on earth are half of the links and pictures at the top a shade lighter than they are supposed to be. So frusterating. All of the pictures are PNGs, yet internet explorer doesnt consistently interperet the shading. Has anyone else run into this?

Three cheers for micosoft.

New member

Posts

Joined
Sat Oct 15, 2011 1:17 pm

Post by nightvision04 » Sat Jan 07, 2012 1:25 am

Here's a better view of the issue.
Untitled.png

Untitled.png (136.81 KiB) Viewed 825 times

As you can see, the bottom left link, and the main banner image are displaying lighter than their surroundings. This difference in shading only happens in IE7. I have looked for common problems with PNG's in IE7 and have found there are sometimes alpha level issues, but in this case, there are no transparencies set.

I could just as well change the type of compression used on the picture, but would prefer to find a fix letting me use PNG's in the futre.

New member

Posts

Joined
Sat Oct 15, 2011 1:17 pm
Who is online

Users browsing this forum: No registered users and 32 guests