|
#1
|
|||
|
|||
|
1.7.1 / IE7 / Dapper-Gray
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 |
|
#2
|
||||
|
||||
|
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!
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
||||
|
||||
|
Strange!
I'm glad you figured it out though
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
| Post Reply |
| Thread Tools | |
|
|