0
Welcome Guest! Login
0 items Join Now

Rounded corner box - CSS help

    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Rounded corner box - CSS help

    Posted 15 years 11 months ago
    • Hello,

      I'm trying to put a module in a css rounded corner box. I have problems with corners and I don't know how to fix them. After some hours playing around, I don't have success.

      Thanks for any any suggestion

      The code I use:
      #liquid-round {
      background:#fff url(../images/scroll/y_l.png) repeat-y left top;
      }
       
      .top {
      width:100%;
      height:18px;
      background:url(../images/scroll/y_top_l.png) no-repeat left top;
      }
       
      .top span {
      display:block;
      margin-right:1px;
      position:relative;
      height:18px;
      background:url(../images/scroll/y_top_r.png) no-repeat right top;
      }
       
      .center-content {
      position:relative;
      background:url(../images/scroll/y_r.png) repeat-y right top;
      padding:0px 5px 0px 5px;
      margin:0 0 0 0;
      }
       
      div.bd, div.content {
      background:transparent url(../images/scroll/y_bg.png) repeat-x scroll left bottom;
      margin-top: -16px;
      padding:0px 0px 0px;
      }
       
      .bottom {
      background:url(../images/scroll/y_ft_l.png) no-repeat left bottom;
      }
       
      .bottom span {
      display:block;
      margin-right: 1px;
      position:relative;
      height:18px;
      background:url(../images/scroll/y_ft_r.png) no-repeat right bottom;
      }
       
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Rounded corner box - CSS help

    Posted 15 years 11 months ago
    • Franck,

      Could you tell us which template you are using so this post can be moved to the proper forum?

      That's probably where you'll get the quickest response.

      And for those who may be able to help you, could you please provide a link to your site in this thread, and if applicable, a direct URL to the issue?
    • Thanks,
      jim
    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Re: Rounded corner box - CSS help

    Posted 15 years 11 months ago
    • Hi JEM,

      I posted here because it's not a problem related to the template. I've created an external css file and trying to get the style working for a particular purpose.

Time to create page: 0.058 seconds