Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
Thanks Jeroen, an FYI for others - just incrementing the value of X:
<clientDependency version="X">
in the config/ClientDependency.config file worked for me.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
Thanks Jeroen, an FYI for others - just incrementing the value of X:
<clientDependency version="X">
in the config/ClientDependency.config file worked for me.
is working on a reply...