PDA

View Full Version : 1.7.1 / IE7 / Dapper-Gray


hjm666
01-22-2008, 09:43 PM
Hi,
when using Pixelpost 1.7.1 / IE7 / Dapper-Gray then I'll get an 404 error, because I get an URL http://www.hjmergner/none instead of http://www.hjmergner.de/index.php
when clicking from the image page onto Home.
Clicking from the About or Browse Page is fine.
I don't get this error when using Opera or Firefox.
I believe that this is related to the function flip(rid) in dapper-gray/image_template.html, however currently I have no solution.

Any ideas?
Thank you
Hans-Jürgen

Dkozikowski
01-22-2008, 09:58 PM
I'm not sure as this works for me in Safari 3 on my MAC. I obviously do not have IE to test but Pixelpost 1.7x does not have anything to do with your issue.
This is design related so I have moved it to the design section.

Good luck though!

hjm666
01-23-2008, 08:23 AM
I have fixed the problem.
I have removed the id="current" statement in the menu nav section:

<!-- menu nav -->
<div id="menunav">
<div id="navcontainer">
<ul id="navlist">
<!-- <li id="active"><a href="index.php" title="Return to Homepage" id="current">Home</a></li>-->
<li id="active"><a href="index.php" title="Return to Homepage" >Home</a></li>
<li><a href="<SITE_BROWSELINK>" title="Browse">Browse</a></li>
<li><a href="index.php?x=about" title="About">About/Impressum</a></li>

</ul>
</div>
</div>
<!-- end menu nav -->

Now it works

Dkozikowski
01-23-2008, 08:34 AM
Strange!

I'm glad you figured it out though :)