/ Published in: CSS
A simple way to create a double-border effect (i.e. for images) in all browsers.
Expand |
Embed | Plain Text
selector { padding: 2px; background: #DDD; border: 1px solid #BBB; }
You need to login to post a comment.
sidisinsane on 11/28/08
2 people have marked this snippet as a favorite
A simple way to create a double-border effect (i.e. for images) in all browsers.
selector { padding: 2px; background: #DDD; border: 1px solid #BBB; }
You need to login to post a comment.