Reputation: 54949
i am trying to create a sub navigation which is followed by seperator line (div with a bottom border) which acts as a visual cue.
but the line is appearing below the menu items. not sure how to get it right
Upvotes: 0
Views: 92
Reputation: 343
not sure about what you want to achieve but if you want to make the div "sit exactly at the bottom of the button tabs":
Upvotes: 1
Reputation: 3939
I don't really like the hr element, i always use a div with a border-bottom.
That may work for you too.
Upvotes: 1