locked
single-page navigation questions RRS feed

  • Question

  • Hi,

    i have some questions about the single-page model.

    Its working fine overal, except when you want a clean css/javascript slate every now and again.

    One of the problems i'm running into, is that css from page B effects page A's look and feel when navigating back (ie text which is white going black) is there any way to prevent that/clear the last loaded css styles/files from memory?

    Wednesday, August 8, 2012 6:21 AM

Answers

  • The CSS is global.  If you have CSS style that applies to a certain page, ensure you name it uniquely.  You cannot remove it from the DOM.

    -Jeff


    Jeff Sanders (MSFT)

    Wednesday, August 8, 2012 12:37 PM
    Moderator