rakaposhi
May 11 2005, 02:22 PM
border: 1px dotted #000 appears in IE as a dashed border...!! Its really crap!
Is there any way to create a dotted border in IE?
Sebastian Mares
May 11 2005, 02:38 PM
I use a 1x2 pixel graphic for that.
steve777
May 11 2005, 04:47 PM
not tried these but might help
CODE
dotted draw a dotted border
dotted-narrow draw a dotted border with the dots closer together than plain dotted
dotted-wide draw a dotted border with the dots further apart than plain dotted
Brendon Koz
May 12 2005, 03:40 PM
If I were to guess, I'd say that Microsoft's browser wouldn't be able to handle the rendering of dotted-narrow, but again, it's just a guess.
In all the experimentation I've tried, you have to use a 2px (or larger) border to get IE's rendering engine to properly display the dotted CSS property.