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

  • Home
  • SEARCH
  • 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 6889677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:11:09+00:00 2026-05-27T06:11:09+00:00

I have a form which has some fields and more fields get added dynamically

  • 0

I have a form which has some fields and more fields get added dynamically based on the form fields that get selected. How would I get it to expand horizontally as well as vertically as soon as new form fields are being added. Also should I use sprites for this or just put an image tag with rounded corners. I don’t want to achieve this with CSS3 please. Can I achieve this using clip property.

  • 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-27T06:11:10+00:00Added an answer on May 27, 2026 at 6:11 am

    To create a rounded corner effect, I usually draw a circle and then use it as a background within 4 absolutely positioned divs within the element that needs rounded corners.

    The height of each absolutely positioned div is half the height of the circle and the width of each div is half the width of the circle.

    CSS

    .roundedCorner  {
        background-color: #CECFD4;
        background-image: url("images/cornerSprite.png");
        height: 15px;
        overflow: hidden;
        position: absolute;
        width: 15px;
        z-index: 2;
    }
    
    .topRight  {
        background-position: 15px 0;
        right: 0;
        top: 0;
    }
    
    .topLeft  {
        background-position: 0 0;
        left: 0;
        top: 0;
    }
    
    .bottomLeft  {
        background-color: #CECFD4;
        background-position: 0 15px;
        bottom: 0;
        left: 0;
    }
    
    .bottomRight {
        background-position: 15px 15px;
        bottom: 0;
        right: 0;
    }
    

    HTML

    <div>
        <div class="roundedCorner topRight"></div>
        <div class="roundedCorner topLeft"></div>
        <div class="roundedCorner bottomRight"></div>
        <div class="roundedCorner bottomLeft"></div>
        <p>Some content</p>
    </div>
    

    It is a bit of a long-winded way of doing it but it will work for browsers that do not support rounding corners through CSS and will expand to fit any element size.

    JSFiddle: http://jsfiddle.net/UAyVJ/

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

Sidebar

Related Questions

I have a form which has some input fields along with file object. Once
I have a form which has a Combo Box Control. I have selected the
I have a form in a Zend-based site which has a required Terms and
I have a table which has some nullable fields and when the user enters
I have a form with set of dropdown fields, each of which has a
I have a form on my PHP page which performs some ajax validation (that's
I am working on app which have data entry form which have Some fields
I have a form in which some of the fields need to be validated
Hi just looking for some direction, I have a HTML form which has several
I have a simple PHP script with a form that has two select fields,

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.