How does one get a finely dotted line? Dots that are so close together that it almost looks like a solid line? I tried this coding
border: dotted; border-width: 1px 0px 0px 1px;
and get what looks like more of a dashed line
Tom
choster
4:48 pm on Nov 7, 2003 (gmt 0)
Internet Explorer 5.5+ displays dotted lines as dashed (IE 5 does not support either dotted or dashed lines). The prevailing hack seems to be to use a background image with a dotted border for display in IE.