Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jason Burton 13 posts 33 karma points
    May 25, 2011 @ 15:51
    Jason Burton
    0

    Tray sprites

    I'm having problems with the tray sprites not showing up in all browsers.

    Using localhost/ IIS 7.5 (Win 7) x64; when I modify the CSS   (/umbraco/css/umbracogui.css) to include the new tray sprite..

    .traynewSprite

    {

        background-position: -18px -594px;

    }

     

    I noticed the DependencyHandler.axd isnt calling my new CSS I entered; How would I fix this in IIS 7.5 (Win 7)

    ---

     

    Jason C2

  • Jeroen Breuer 4909 posts 12266 karma points MVP 5x admin c-trib
    May 25, 2011 @ 15:58
    Jeroen Breuer
    1

    You probably need to manually refresh the ClientDependency. You can do this by deleting the\App_Data\TEMP\ClientDependency folder and update the version number in theClientDependency.config file.

    Jeroen

  • Barry Fogarty 493 posts 1129 karma points
    Apr 27, 2012 @ 12:31
    Barry Fogarty
    0

    Thanks Jeroen, an FYI for others - just incrementing the value of X:

    <clientDependency version="X">

    in the config/ClientDependency.config file worked for me.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies