• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

CSS - Hover underline thickness

nope, doesnt do it. It's not thick enough


.menu a:hover {
font-family: arial, "ms sans serif", sans-serif;
font-size: 13px;
text-decoration: none;
border-bottom: solid 5px black;
}

link to my site
 
Originally posted by: Modeps
Caching issue perhaps? 🙂

y'welcome

nah ... for some reason I used the wrong code.

<span class=menu>

when i should've used <div class=menu>

Any idea as to how to put the red horizontal line all the way up top?
 
don't let your clients see this post.

I wouldn't want to hire a web design company that doesn't have basic css skills.
 
Originally posted by: fs5
don't let your clients see this post.

I wouldn't want to hire a web design company that doesn't have basic css skills.

Most clients don't even know that CSS exists, they just want the page to look right when they open it up.
 
Back
Top