Rounded corners not working on hover
-
website: https://www.bookaddictsguide.com
Hi there!I have successfully created rounded corners on my header image which I really LOVE, but whenever I hover over the image, it pulls out to the original full rectangle and the rounded corners don’t stick. I’m sure this is an issue with my CSS and I’ve been messing with it for months but can’t find a way to fix it. Any help would be appreciated!
(I actually had to adjust the page to have the rounded corners work too)
#page { margin-top: 40px; -moz-border-radius: 90px; -webkit-border-radius: 90px 90px 90px 90px; border-radius: 90px 90px 90px 90px;
.appearance_page_custom-header #headimg a:hover { border: none; margin-bottom: -10px; -moz-border-radius: 90px; -webkit-border-radius: 90px 90px 90px 90px; border-radius: 90px 90px 90px 90px; } #headimg h1, #headimg h2 { line-height: 1.6; margin-bottom: -10px; padding: 0;
Thanks much!!
Brittany
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Rounded corners not working on hover’ is closed to new replies.