xcandiottix Posted July 22, 2010 Share Posted July 22, 2010 I don't know where to turn to help for this one. I have installed slimbox on my site which is a lighter weight version of lightbox. I have a file structure as follows: user_page.php --include editpage.php --include place.php --include appinformation.php appinformation.php: <script type="text/javascript" src="/includes/scripts/mootools.js"></script> <script type="text/javascript" src="/includes/scripts/slimbox.js"></script> <link rel="stylesheet" href="/generalcss/slimbox.css" type="text/css" media="screen" /> <a href="http://www.site.com/graphics/default/member_banner.gif" rel="lightbox" title="my caption">image 1</a> Now, if i go to url site.com/includes/appinformation.php the slimbox works perfectly. I click the "image 1" link and the slimbox operates fine. If I goto userpage.php where appinformation.php is an include and click on "image 1" i am redirected to http://www.site.com/graphics/default/member_banner.gif instead of the slimbox operating. Any ideas why this is happening or a work around? Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.