The background image in my CSS code is not displaying in the browser. I am currently working in the CodeIgniter framework and using Firefox.
#star ul.star {
list-style:none;
margin:0;
padding: 0;
width:85px;
height:20px;
left: 10px;
top:4px;
position:relative;
float:left;
background:url('../media/stars.gif') repeat-x;
cursor:pointer;
}