I would like to have a dotted line on my front page -
I have done it like this:
<table width="100%" style="background: url(stripe2.gif);" cellpadding="0" cellspacing="0" border="0">
<tr><td> </td></tr></table>
where stripe2.gif is a dotted horizontal line.
The problem is that it's NOT displayed properly in most browsers. I can see the line in MSIE6 under Windows 2000, but on my notebook with MSIE6 on Windows 98 it already does not appear. (I am not even talking about MSIE5.5, Opera and other browsers). Is there a nice way to to make a repeated background in CSS that would be COMPATIBLE with most modern browsers?
Big thanks in advance!
I have done it like this:
<table width="100%" style="background: url(stripe2.gif);" cellpadding="0" cellspacing="0" border="0">
<tr><td> </td></tr></table>
where stripe2.gif is a dotted horizontal line.
The problem is that it's NOT displayed properly in most browsers. I can see the line in MSIE6 under Windows 2000, but on my notebook with MSIE6 on Windows 98 it already does not appear. (I am not even talking about MSIE5.5, Opera and other browsers). Is there a nice way to to make a repeated background in CSS that would be COMPATIBLE with most modern browsers?
Big thanks in advance!