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 707081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T04:14:15+00:00 2026-05-14T04:14:15+00:00

I am in the process of trying to get my head properly around CSS3

  • 0

I am in the process of trying to get my head properly around CSS3 Gradients (specifically radial ones) and in doing so I think I’ve set myself a relatively tough challenge.

In Adobe Illustrator I have created the following ‘button’ style.

Button style screenshot

To create this image I created a rectangle with a background colour of rgb(63,64,63) or #3F403F, then ‘stylized’ it to have a 15px border radius.

I then applied an ‘inner glow’ to it with a 25% opacity, 8px blur, white from the center. Finally, I applied a 3pt white stroke on it. (I’m telling you all of this in case you wished to reproduce it, if the image above isn’t sufficient.)

So, my question is thus:

Is it possible to recreate this ‘button’ using CSS without the need for an image?

I am aware of the ‘limitations’ of Internet Explorer (and for the sake of this experiment, I couldn’t give a monkeys). I am also aware of the small ‘bug’ in webkit which incorrectly renders an element with a background colour, border-radius and a border (with a different color to the background-color) – it lets the background color bleed through on the curved corners.

My best attempt so far is fairly pathetic, but for reference here is the code:

section#featured footer p a
{
    color: rgb(255,255,255);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 3px solid rgb(255,255,255);
    background: rgb(98,99,100);

    background: -moz-radial-gradient(
        50% 50%, 
        farthest-side, 
        #626364, 
        #545454
    );
    background: -webkit-gradient(
        radial, 
        50% 50%,
        1px,
        50% 50%,
        5px,
        from(rgb(98,99,100)),
        to(rgb(84,84,84))
    );
}

Basically, terrible. Any hints or tips gratefully accepted and thank you very much in advance for them!

  • 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-14T04:14:16+00:00Added an answer on May 14, 2026 at 4:14 am

    It seems like you’re trying to produce a gradient to replicate this:

    “I then applied an ‘inner glow’ to it with a 25% opacity, 8px blur, white from the center.”

    You can do exactly that using an inset box-shadow. For example:

    -moz-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get my head around the process of creating a Forgotten password
I'm trying to get my head around when to use process.nextTick. Below I'm using
Im in the process of trying to get my head round a dvcs such
I am trying to get a build process set up in TeamCity 5, and
I'm in the process of learning Objective-C, and am trying to get my head
I'm trying to get my head around the two files mentioned in the title.
I am trying to get my head around creating a non-blocking piece of heavy
I'm learning this wpf stuff and trying to get my head around validation of
I'm trying to get my head around the concept of writing a Windows Service
still relatively new to C#, im trying to get my head around the background

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.