Hello
I have a question for you do what help or just want faster help by posting this type of post.
To answer your question the round corners are an example of code the extension does not make it for you.
I have no idea what your design round corners for like the back ground color etc. so can’t guess what your designing if you need an image example just ask nicely I would happy to give one.
But not by posting I hope there’s support on this site because I see there are questions that are not answered. Some questions are not in the scope of our product support or it’s some hacker free loader asking for help with an illegal copy of the software. Frankly I’m sick and tired of this I paid your product now you’re my slave attitude people have served me now.
Making a post in this tone like this one “I hope i have not purchased a product for which there is no support” the only reason you made this type of post in that tone is because you think my company is thinking man it does not sound good lets answer this question right now it could cost me sales.
So this post is not only for you and my tone maybe a bit much and this reply is not only for you but others with this type of strategy it does not work here I’ll tell you piss off that’s what most customer service people would like to tell you and that’s way customer service sucks in most places.
I’m the boss it does not matter I can’t fire myself.
If your question is in the scope of our support I’m happy to answer it as best as I can and sometimes if I have a few minutes and the questions is not in the scope of your support I’ll try to answer it within reason.
Just ask your question without the BS and open a ticket at support @ m65.net or go to
http://www.m65.net/publicsupport/
Now to answer your question the best way I found not using JavaScript is to make a small circle in Photoshop or fireworks or your image editor and slice the image into four pieces. Match the back ground color to your page and module style.
See this link for CSS guide code
http://www.m65.net/article-pages-joomla!-knowledgebase-standard-module-table-51-92.html#1_1
// bl_grey.gif bottom left
.module {background: url(../images/bl_grey.gif) 0 100% no-repeat #dddddd; width: 20em; margin-bottom: 10px;}
// br_grey.gif bottom right
.module div {background: url(../images/br_grey.gif) 100% 100% no-repeat}
//tl_grey.gif top left
.module div div {background: url(../images/tl_grey.gif) 0 0 no-repeat}
// tr_grey.gif top right
.module div div div {background: url(../images/tr_grey.gif) 100% 0 no-repeat; padding:10px; padding-top: 0px; padding-bottom: 2px;}
// background color of the module this would be the inside color
.module div div div div {background: none;}
These images are stored in your templates images folder.