m0llbuz_
05-26-2003, 06:01 PM
I want a horizontal dotted line, but I can't get it to work in both IE and Mozilla.
HTML:
<table width="780" border="0" cellpadding="5" cellspacing="0" >
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr class="dot"><td colspan="3"><div /></td></tr>
CSS:
.dot {
background-image: url(/myserver/images/dot.gif);
height: 1;
}
This will paint a beautiful dotted line in Mozilla! In IE, though, it doesn't show a single dot...
Regards
HTML:
<table width="780" border="0" cellpadding="5" cellspacing="0" >
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr class="dot"><td colspan="3"><div /></td></tr>
CSS:
.dot {
background-image: url(/myserver/images/dot.gif);
height: 1;
}
This will paint a beautiful dotted line in Mozilla! In IE, though, it doesn't show a single dot...
Regards