Correct dotted borders in Internet Explorer
Maybe you ever noticed that “dotted” borders are displayed like dashed borders in IE. Here’s my solution:
a {
background: URL(dotted.gif) repeat-x bottom;
}
With the image dotted.gif placed in the same folder as your style sheet.



