I have the underlining part down. I am just trying to get the underline itself further away from the text. Also, this is occurs when I hover, which I want.
For example:
Home
Something like that.
My code so far:
#menu a:hover {
color: #FFF;
background-color: #252525;
text-decoration:underline;
}
If anymore information is necessary, please let me know.