Diogo Martins

Diogo Martins

  • NA
  • 243
  • 3.5k

Problem in Background Image URL CSS is different to publish

Jul 29 2015 4:57 AM
Hello,
 
I have problem with my background image URL.
 
My directory struct it is a follow:
 
          ->Assets
               ->  css
                     -> siteB
                           ->SiteB.css
               -> Images
                     ->example.png 
 
 
When I am develop is work fine with:
          background-image: url('../../images/example.png');
 
But when publish the project and run in IIS only work with:
           background-image: url('../images/example.png');
 
Not exist resolution to this problem?
 
Best regards,
Diogo Martins 
 
                         
 
 

Answers (18)