I have this css that changes the dottedline in my html page
.news_dots {
background-attachment: fixed;
background-image: url(images/dots.jpg);
background-repeat: repeat-x;
background-position: left center;
max-height:1px;
max-width:2px;
}
This seems to show the dots.jpg as a dottedline in IE, but in firefox, the space where the dottedline should be is blank
any idea