i wanted to make a double border but with no space in between and the double border should be of different color. I tried using image instead but i thought css could probably perform this job for me, i searched the net but hardly find anything close.
What i wanted is total of 2px dotted border with top color of #a4a4a4 and bottom color of #474747.
Any idea how i can do this instead of creating 2 divs?
CSS doesn’t support more than one border color per side. If you want two different dotted borders of different colors, you’ll need to have 2 different elements each with a different styled border.