PDA

View Full Version : Galleries don't show in IE, but in Mozilla Firefox


andreas_obrist
Dec-07-2007, 05:38 AM
Hi all,

I recently upgraded my standard account to Power User and am in the middle of customizing my site. I realized though that my galleries don't show in Internet Explorer (Version 7.0) but only in Mozilla Firefox (Version 2.0). How can I find out what the problem is and more importantly how do I fix it? My site is http://andyobrist.smugmug.com/

Any feedback is welcome. Thanks!
Andreas

Allen
Dec-07-2007, 08:42 AM
Hi all,

I recently upgraded my standard account to Power User and am in the middle of customizing my site. I realized though that my galleries don't show in Internet Explorer (Version 7.0) but only in Mozilla Firefox (Version 2.0). How can I find out what the problem is and more importantly how do I fix it? My site is http://andyobrist.smugmug.com/

Any feedback is welcome. Thanks!
Andreas
Don't why but found this in your CSS.

No such thing as .gallery_Other, should be .gallery_3907206 or .category_Other

/* html only page for gallery Other */
.gallery_Other .nophotos {
display: none;
}
.gallery_Other .pageNav {
display: none;
}


In your header I see two opening div's but only one closing one, add red.

<div align="center">

<p class="topmargin1"></p><h1>Dreamcatcher - Photos From Abroad</h1>
<p class="topmargin2"></p><h2>by Andreas Obrist</h2>
<h3>***Site Under Construction / Webseite Unter Konstruktion***</h3>

<div id="navcontainer">
<ul>
<li><h5><a href="http://andyobrist.smugmug.com/">Home</a></h5><h5></h5></li>
<li><a href="http://andyobrist.smugmug.com/gallery/3907206#226679706">About Me</a></li>
<li><a href="http://andyobrist.smugmug.com/galleries">Galleries</a></li>
<li><a href="http://nickname.smugmug.com">Contact Information</a></li>
<li><a href="http://nickname.smugmug.com">Guestbook</a></li>
</ul>
</div>
</div>