I am trying to make a "seamless" site where the pages are loaded via AJAX. However this is the only page I'm having trouble with. It will partially load but doesn't have any formatting. It does however connect to the images and imagethumbs folders fine, and even thought the thumbnails show as X's i can click and view images, it just is...broken so to say.
Maybe someone has attempted this before and can point me in the right direction. Here is how the folder hierarchy is setup:
http://SITE_URL/BucketPhotography/img/ - Layout images
http://SITE_URL/BucketPhotography/images/ - Gallery upload/load directory
http://SITE_URL/BucketPhotography/imagethumbs/ - Gallery upload/load thumbs directory
http://SITE_URL/BucketPhotography/js/ - JavaScript directory
http://SITE_URL/BucketPhotography/css/ - Cascading Style Sheet directory
In my index.php file I include all JavaScripts and CSS that are loaded before the actual gallery starts on the original gallery page. Then the containing DIV is wrapped in a outer DIV with the ID content and is placed on the index.php page below the nav menu.
Am I doing something wrong or is it just not possible?
~UzuNarU~ - Endless Possibilities