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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T01:50:58+00:00 2026-06-19T01:50:58+00:00

How can I add a 1px solid rgba(255,255,255,0.6) border, 5px inside the following fieldset

  • 0

How can I add a 1px solid rgba(255,255,255,0.6) border, 5px inside the following fieldset?

Result should be something like this:

a

I only need this to be compatible with Chrome latest, Firefox latest, and IE 9.

Here’s a JSFiddle, and my current code:

HTML

<fieldset>&nbsp;</fieldset>

CSS

fieldset
{
    background: #3AA0BD;
    background: -moz-linear-gradient(top, #3AA0BD 0%, #06446E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3AA0BD), color-stop(100%,#06446E));
    background: -webkit-linear-gradient(top, #3AA0BD 0%,#06446E 100%);
    background: -o-linear-gradient(top, #3AA0BD 0%,#06446E 100%);
    background: -ms-linear-gradient(top, #3AA0BD 0%,#06446E 100%);
    background: linear-gradient(to bottom, #3AA0BD 0%,#06446E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3AA0BD', endColorstr='#06446E',GradientType=0 );
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    padding: 20px;
    /* temp */
    height: 60px;
    width: 500px;
}

The height and width are unknown. I’ve just added them here to fill out the fieldset.

  • 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-06-19T01:51:00+00:00Added an answer on June 19, 2026 at 1:51 am

    What about a wrapping element? (JSFiddle)

    Edited by OP: This is what I ended up doing, since I already had a form element ‘wrapping’ the fieldset:

    HTML

    <form>
        <fieldset>&nbsp;</fieldset>
    </form>
    

    CSS

    form
    {
        background: #3AA0BD;
        background: -moz-linear-gradient(top, #3AA0BD 0%, #06446E 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3AA0BD), color-stop(100%,#06446E));
        background: -webkit-linear-gradient(top, #3AA0BD 0%,#06446E 100%);
        background: -o-linear-gradient(top, #3AA0BD 0%,#06446E 100%);
        background: -ms-linear-gradient(top, #3AA0BD 0%,#06446E 100%);
        background: linear-gradient(to bottom, #3AA0BD 0%,#06446E 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3AA0BD', endColorstr='#06446E',GradientType=0 );
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        display: inline-block;
        padding: 5px;
    }
    
    fieldset
    {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border: 1px solid rgba(255,255,255,0.6);
        padding: 20px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't seem to figure as to how to add a border-bottom: 1px solid
I can't seem to figure as to how to add a border-bottom: 1px solid
I have the following css class: .detail tr td { border-bottom: 1px solid #c0c0c0
widget.setStyleSheet(border: 1px solid red) makes red border. How can I make transparent border? So
I can add a Conditional statement to a breakpoint, for instance arg0.startsWith(something) but i'd
Can someone please direct me on how I can add something similar to inputAccessoryView
I have this code: var originalBorder = container.css("border"); container.hover(function(event) { event.stopPropagation(); $(this).css("border", "1px solid
i would like to add an image that acts like a border after every
I have frame styles for the image: .frame { background:#efefef; border:1px solid #f6f6f6; box-shadow:
I like add text and some images to a div using jquery. I can

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.