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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T12:22:51+00:00 2026-06-14T12:22:51+00:00

this is the slider i’m trying to modify: http://webkunst.comeze.com/ And this is the overflow

  • 0

this is the slider i’m trying to modify:
http://webkunst.comeze.com/

And this is the overflow with border that I want to achieve:
enter image description here

The problem is that I have tried everything to make the image work with the container overflow:hidden but it’s not possible, I have tried with position relative, of all the container divs and so on.

Can someone help me out? The transparent border aren’t a must but the most important thing is to get the overflow hidden work with the borders.

This is the markup:

<div id="home_slider">
    <ul id="slides">
        <li class="home_slide"><img src="images/slide1.jpg" alt=""></li>
        <li class="home_slide"><img src="images/slide2.jpg" alt=""></li>
        <li class="home_slide"><img src="images/slide3.jpg" alt=""></li>
        <li class="home_slide"><img src="images/slide4.jpg" alt=""></li>
    </ul>
</div>

and CSS:

    #home_slider {
      margin: 0 auto;
      width: 880px;
      height: 416px;
      position: relative;
      z-index: 5;
      overflow: hidden;
    }
    #home_slider ul#slides {
      list-style: none;
      position: relative;
      overflow: hidden;
      border-radius: 20px;
    }
    #home_slider ul#slides li {
      margin: 0;
      width: 900px;
      height: 416px;
    }
    .home_box {
      margin-top: 30px;
      float: right;
    }
    .home_box .home_image {
      float: left;
      border: 3px solid #6f6f6f;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      overflow: hidden;
      margin-left: 13px;
    }

I got the slider from this tutorial:
http://line25.com/tutorials/build-a-simple-image-slideshow-with-jquery-cycle

  • 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-14T12:22:52+00:00Added an answer on June 14, 2026 at 12:22 pm

    You just need to apply the border-radius to the #home_slider div instead of #home_slider ul#slides. For the transparent border, you can use rgba and you will need to apply it to #home_slider as well:

    #home_slider {
        margin: 0 auto;
        width: 880px;
        height: 416px;
        position: relative;
        z-index: 5;
        overflow: hidden;
        border-radius: 20px; /* add this */
        border: 15px solid rgba(255, 255, 255, 0.5); /* add something like this for the transparent border */
    }
    

    EDIT : It seems Chrome cannot clip contents to a border-radius when the elements are not position:static. However, if you can live without the transparent border then you can add this to the same rule above to get the rounded corners, but you must remove the border:

    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create this slider http://jqueryui.com/demos/slider/#rangemax Is it possible to parametrize the max
Iam tyring to use this slider: http://www.menucool.com/javascript-image-slider BUT when Iam trying to use a
I'm using this slider: http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/ and just want to add some text to each
This slider is working great: http://pastebin.com/BxN8vbAt One thing I want to add is a
I have this complicated slider that utilizes tons of animation. I'm trying to find
I utilize this plugin for slider site > http://basic-slider.com/documentation/ script > https://github.com/jcobb/basic-jquery-slider/blob/807132214df170e1726e05f272fb75649687f268/js/basic-jquery-slider.js the basic
I made an image slider using this plugin http://slidesjs.com/ while ago for a mobile
This slider is possessed: Slider http://gorgando.com/possessedSlider.jpg Whenever I enter editing mode for the tableview
How does this slider work? http://jqueryui.com/demos/slider source given shows up nothing <style> #demo-frame >
I really like this Nivo Slider: http://nivo.dev7studios.com/demos/4/ However, instead of the thumbnails for navigation,

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.