/ Published in: CSS
A simple way to create a double-border effect (i.e. for images) in all browsers.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
selector { padding: 2px; background: #DDD; border: 1px solid #BBB; }