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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T02:02:15+00:00 2026-06-10T02:02:15+00:00

Have a client request for irregular corners in CSS. Is that even a thing?

  • 0

Have a client request for irregular corners in CSS. Is that even a thing? So far I had experimented with CSS triangles ( http://css-tricks.com/snippets/css/css-triangle/ ) but no bueno.

https://dl.dropbox.com/u/4031469/irreg.png

Thinking I’ll probably have to do it with images sadly… unless y’alls know of any way to pull it off.

The main parameters: Needs to be at least flexible in height, preferably flexible in width too, but not required. Current solution: Top capper that extends potentially above the box enough to make the corner effect work on the secondary box… with the lower descender pieces right absolutely aligned pushing below.

My closest attempt so far (uses image for top): https://dl.dropbox.com/u/4031469/fs.html

  • 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-10T02:02:18+00:00Added an answer on June 10, 2026 at 2:02 am

    Under CSS3, as far as I’ve researched, the particulars of this look make it not yet possible.

    This look has a subtle gradient and inner glow, which we’ve accomplished using an inset box shadow… that seems to not work with the prior css triangle effects.

    CSS Masks look like they might be able to assist in many circumstances, but in circumstances requiring box-shadow: inset, images are the only way to go.

    Today I got this working using the -webkit-clip-path property, which has varying browser support.

    .entry{
      background-color: blue;
      width: 500px;
      height: 200px;
      -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 40%, 100% 100%, 0 100%);
      -webkit-transform: translateY(-30px);
      top: 10px;
      left: 0;
    
    }
    
    body{
      background-color: green; 
    }
    

    http://codepen.io/randallb/pen/tmlAH

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

Sidebar

Related Questions

I have a client request that all times be displayed in Pacific Time Zone,
Per a client's request I have written a communication class that inherits from webclient.
I have two files client.php and server.php. The client file send a HTTP request
I have a request in from a client that would like one of their
We've had an interesting request from a client. They'd like their users to have
I have two requests in tomcat. One HTTP request will create a thread. Client
I have developed a PHP script that uses $_REQUEST[] superglobal. A typical client request
I have an application that needs to make a SOAP client request to a
I have a client that sends a request to a server, and the server
I have a client side that sends a request that need long processing time,

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.