Hi,
I'm having problems making an image repeat horizontally. Ironically, the CSS was working fine, but we've recently migrated from a windows server to a linux one and I'm wondering if that might be part of the problem.
This is the CSS:
I previously got this to show a solid line the width of whereever it was placed by inserting:Code:div.solidLine { background: url('http://niche-canada.org/files/images/dash.gif'); background-repeat: repeat-x; height: 5px; overflow: hidden; margin: 1px 0; }
However now it shows absolutely nothing. I've double checked the URL and the image is located there. Anyone have any ideas what the problem might be?Code:<div class="solidLine"></div>
Thanks


Reply With Quote
Bookmarks