racman28
03-11-2006, 06:37 PM
Hello.
I have this code that works in IE but not in Firefox. I'm only wanting to display a border graphic and repeat it horizontally.
Here is the style line:
<style type="text/css">
.border {margin:auto;width:87%;background:url (Images/border_06.gif);background-repeat:repeat-x}
</style>
and I use this with a div like so:
<div class="border"></div>
The code displays the border graphic properly in IE but is invisible to Firefox. Any help is appreciated.
I have this code that works in IE but not in Firefox. I'm only wanting to display a border graphic and repeat it horizontally.
Here is the style line:
<style type="text/css">
.border {margin:auto;width:87%;background:url (Images/border_06.gif);background-repeat:repeat-x}
</style>
and I use this with a div like so:
<div class="border"></div>
The code displays the border graphic properly in IE but is invisible to Firefox. Any help is appreciated.