Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4325234
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T09:14:21+00:00 2026-05-21T09:14:21+00:00

I want to create a link with the rounded corner effect. However, the rounded

  • 0

I want to create a link with the rounded corner effect.
However, the rounded corner effect will show while hover only.
By using CSS3, it’s working fine on mozilla, chrome and Safari, but not in IE.

Here my css

a {
color: black; background-color:#ddd;
text-align: center;font-weight: bold;
width:110px; height:25px;
padding: 10px; text-decoration:none;
}

.abc:hover {
background-color: lightblue;
-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
}

Here my html

<a href="#" class="abc">Button</a>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T09:14:22+00:00Added an answer on May 21, 2026 at 9:14 am

    As @Michael Rose says, IE8 and lower simply do not support CSS3 rounded corners.

    There are a variety of workarounds to apply rounded corners in these versions of IE.

    To my knowledge, the best of these workarounds is CSS3 PIE.

    See another relevant answer I wrote:

    Is .htc file a good practice in older versions of IE for rounded corners like CSS3 has?


    Edit in response to your edited comment: I’m reasonably sure CSS3 PIE supports :hover properly.


    Edit 2:

    I just tried it, this CSS works:

    a {
        color: black; background-color:#ddd;
        text-align: center;font-weight: bold;
        width:110px; height:25px;
        padding: 10px; text-decoration:none;
        behavior: url(PIE.htc);
    }
    
    .abc:hover {
        background-color: lightblue;
        -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
    }
    

    To make it work, I moved the behavior property to the a block instead of the .abc:hover block.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am new to ZF i want to create ajax link that will go
Using Python I want to create a symbolic link pointing to a path that
I want create own SetupTypeDlg using wix default dialogs to show the disk costs
I want to create a link like this using an action link: <%= Html.ActionLink(item.forename
I'm using CSS3 border-radius to create circular buttons on this site: http://hexpreview.com/ However, due
I want to create a link like this: <a href=http://example.com>text</a> and replace the behavior
On confluence I want to create a link that links to: P:\myFolder\folder, where P
I have a pdf file on my server. I want to create such link
I have a requirement in sharepoint where I want to Create the top link
I want to create a tool tip for an image with a link now

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.