hompage doesn't show in IE
joachim
Registered Users Posts: 25 Big grins
Hi there,
just finished some CSS touch-ups and now found that my page no longer loads when using Internet Explorer!!:scratch
The page loads without problems in Mozilla.
Could somebody please try loading my page in IE and let me know if it shows? I tried 2 different machines. This is the address: www.jlayesphotography.com
Category pages show (like www.jlayesphotography.com/Asia), but not the homepage.
Has it to do with the background images?
Any help is much appreciated here. THanks, as always.
joachim
just finished some CSS touch-ups and now found that my page no longer loads when using Internet Explorer!!:scratch
The page loads without problems in Mozilla.
Could somebody please try loading my page in IE and let me know if it shows? I tried 2 different machines. This is the address: www.jlayesphotography.com
Category pages show (like www.jlayesphotography.com/Asia), but not the homepage.
Has it to do with the background images?
Any help is much appreciated here. THanks, as always.
joachim
0
Comments
someone with a pc and i.e. will help you i'm sure.
wanted to report that the page shows up fine in safari, firefox, and flock browsers.
imo, the keywords overlaying the image is a bit distracting...you might consider suppressing keywords display on your homepage.
Portfolio • Workshops • Facebook • Twitter
Hope this helps
.homepage #BKGimages {
position:relative;
min-height:92%;
_height:92%;
}
You made the BKGimages (between logo and nav-bar) 92% of your body's height (_height: 92%)! This messes up your page.
Remove the _height property:
.homepage #BKGimages {
position:relative;
min-height:92%;
}
This'll fix it.
(BTW: removing this selector all together works fine too!)
-- Anton.
When I hear the earth will melt into the sun,
in two billion years,
all I can think is:
"Will that be on a Monday?"
==========================
http://www.streetsofboston.com
http://blog.antonspaans.com
joachim