Closed (fixed)
Project:
CSS
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Apr 2011 at 15:00 UTC
Updated:
24 Jan 2013 at 21:41 UTC
I have just uploaded my first drupal test site to a live server and some css background images are not showing. They are showing on my localhost though and have tried many ways to fix, but no luck..any ideas would be appreciated:
One that is not showing is below:
#block-block-2 {
height: 180px;
width: 172px;
background:url(images/valuation-green2.gif) no-repeat;
margin-top: 30px;
z-index: -100;
}
#block-block-2 .block-title {
padding-right: 10px;
color: #393c3d;
font-weight: bold;
}
#block-block-2 .block-content {
color: #FFF;
line-height: 13px;
margin-top: 25px;
margin-right: 3px;
text-align: center;
font-weight: bold;
font-style: italic;
font-size: 0.8em;
}
Comments
Comment #1
skolesnyk commentedHow about cleaning drupal cache and browser cache?
Comment #2
lukewin commented