Check out my website
Take a look at my custom CSS
dot {
background:url("images/non_selected.png") repeat scroll 22px 22px transparent;
height:22px;
width:22px;
}
After making this change
url("images/non_selected.png") norepeat scroll 22px 22px transparent
the content disappears...what am I missing?