top



Well like i say its not same frame dimenzion, 3 sides are the same and the fourth higher. I want to do everything as in the lower right corner, and here you can see all at link from forum. THANKS http://testforum.bigforumpro.com/

I don't really understand what you meant. Sorry.

Look at his forum and scroll down to bottom and the corner is different

Because you used my old theme Wink
fine:

Code:
.bodyline{
    background-image: url(http://a.imageshack.us/img405/4962/wwwwb.jpg);
    border: 1px solid #343434;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0px 0px 1px #000;
    -webkit-box-shadow: 0px 0px 1px #000;
   -moz-border-radius-bottomright: 50px 45px;
   border-bottom-right-radius: 50px 45px;
   }
replace it with:
Code:
.bodyline{
    background-image: url(http://a.imageshack.us/img405/4962/wwwwb.jpg);
    border: 1px solid #343434;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 0px 0px 1px #000;
    -webkit-box-shadow: 0px 0px 1px #000;
   }

Ty this is fixed.

Solved & Locked