2010-03-24, 05:51 PM
Hi,
Im adding a "Blog" link to the very top part of my forum beside search , member list etc. I have the link up but im having problems displaying the image.
Ive added this to "Global css" :
The "a.search" image is displaying just fine, ive even added the "search.png" to the blog class just to see would it display , but it wont. Any ideas what im doing wrong.
Ive cleard the browser cache and refreshed using ctrl +F5 , still nothing
Im adding a "Blog" link to the very top part of my forum beside search , member list etc. I have the link up but im having problems displaying the image.
Ive added this to "Global css" :
}
.upper_panel a.blog {
backgroung: url(images/black/icons/blog.png) no-repeat;
}
.upper_panel a.search {
background: url(images/black/icons/search.png) no-repeat;
}
The "a.search" image is displaying just fine, ive even added the "search.png" to the blog class just to see would it display , but it wont. Any ideas what im doing wrong.
Ive cleard the browser cache and refreshed using ctrl +F5 , still nothing
