hello,<br>i'm using the rounded.js function in dojo.lfx.rounded with the following values:<br><br>dojo.lfx.rounded({<br> tl:{ radius:15 },<br> tr:{ radius:15 },<br> bl:{ radius:15 },<br> br:{ radius:15 },<br> },
<br> ["roundit"]<br> );<br>};<br><br>and the css for the div id="roundit" looks like:<br>#roundit {<br> border:1px solid #ccc;<br> position:absolute;<br>}<br clear="all"><br>i get a strange effect where borders and corners have different size. i know where it came from (looking at sources, for every corner there something like:
<br><font size="3">corner.style.marginLeft=options.radii[cc]-(format.borderWidth*2)+"px";<br><br>but what if i want to have both corners and borders of width 1px ? <br><br>thanks a lot,<br>valerio<br></font>-- <br>
<a href="http://valerioschiavoni.blogspot.com">http://valerioschiavoni.blogspot.com</a><br><a href="http://jroller.com/page/vschiavoni">http://jroller.com/page/vschiavoni</a>