Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript dynamic page replacing content flickering like an old fluorescent

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #34822
    shoestied
    Member

    In searching I couldn’t find anyone with a similar issue. Sorry to bring back discussion on an article that is over a year old as well — https://css-tricks.com/6336-dynamic-page-replacing-content/

    You can see my problem in action at – http://brycestudio.com/test2/
    The index loads fine, but once a user tries to navigate to another page through the menu > the new page will load and then keeping loading on top of itself, but shifted to the right.

    I’m not sure if I’m having a conflict with my current jQuery toggles (I doubt this is the problem) or if its the underlying PHP structure – there is something about the # tag not being liked in the url.

    the individual php pages look like this:

    index.php:




    random image page – wet.php:






    The header.php is obviously everything from the doctype –> start of #images div
    and footer.php just closes up any open divs

    for implementing the “dynamic replacing content” I basically copy/pasted and then modified to call the correct divs.

    if anyone can, take a look at my code and help me figure out what I’m doing wrong.
    Thanks

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.