FirefoxRocks 0 Report post Posted October 28, 2006 This is my second help post in this Java/JavaScript section. Can someone write/find me a piece of code that will create rounded <div> boxes? Preferred stuff: Box MUST be customizable using CSS internal/external stylesheets. The box must be in a shape of a rounded rectangle (make one in Microsoft Paint if you don't know what that is). A title bar is preferred (rounded or not) but isn't madatory. Remember: Any help would be appreciated. All codes will be tested and best code be selected. Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted October 28, 2006 this link will provide different ways to set up rounded corners and what not. http://www.alvit.de/handbook/ Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted October 28, 2006 Here is a link to a Tutorial that uses no -zero- javascript, but is fully CSS based.http://webdesign.about.com/od/css/a/aa072406.htmAnd here is a link that explains why I didn't do it for you:http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
hype 0 Report post Posted October 28, 2006 (edited) Javascript would not help you to make rounded corners, since rounded corners have nothing to do with client side scripting... In order to create rounded corners, you need to use either css or use photoshop image to create those <div> boxes.. Try the link provided by jlhaslip or google it to find more about such ways to make a rounded boxes.. Edited October 28, 2006 by hype (see edit history) Share this post Link to post Share on other sites
FirefoxRocks 0 Report post Posted October 28, 2006 Okay, I have found a site called curvyCorners on the site (I think). Anyways, problem solved. Using JavaScript and CSS (with the GPL license), I have found a way to make rounded <div> boxes. Thanks for the help guys! Topic can be now locked. Share this post Link to post Share on other sites