I'm working on a left navigation menu, and I need a vertical line to separate the menu from the main content of the page. Now I am using the skeleton framework which includes a custom hr tag that looks great, I have one placed just beneath the title.
However when I use border-right on my menu the line is a bland black line (otherwise unstyled hr tag).
How do I style border-right to look like the Skeleton hr tag? Or should I be using a custom styled div to make a better looking vertical line?
Here's the code for the styled hr:
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
How can i do this ?
` element to do so. I'll respectfully delete my answer then. – Hashem Qolami Mar 17 '14 at 08:37