April 23, 2012

Is it possible to create double borders in CSS?

Question by Daphne

I’m trying to rely on CSS to create a double border for a navigation menu bar where there is a double border on top and a double border at the bottom. I’d also like for the two lines to have 1px shadows to create an embedded look.

enter image description here

How do I do this using CSS?

Answer by Starx

Whats wrong with?

border-top: 3px #000 double;
border-bottom: 3px #000 double;

Author: Nabin Nepal (Starx)

Hello, I am Nabin Nepal and you can call me Starx. This is my blog where write about my life and my involvements. I am a Software Developer, A Cyclist and a Realist. I hope you will find my blog interesting. Follow me on Google+

...

Please fill the form - I will response as fast as I can!