Hey there, I'm having alot of trouble with rounded corners on my site. Does anybody know a rounded corners code that doesn't have a ton of code in it or a thousand <b> tags? Also how is the width and height edited of these rounded corners? Thank you.
I usually just resort to the use of images for rounded corners. But from your post, I think you wanted a fluid rounded box (flexible width and height). Here's a good resource: http://www.cssjuice.com/25-rounded-corners-techniques-with-css/
@glorie That site looks awesome thanks @ Raptrex Thanks for the link unfortunately nifty corners didn't work for me.
You don't need images or css that nifty corner site has a different tutorial for without images/javascript http://www.html.it/articoli/nifty/nifty1.html Works in IE and FF for me When I went to the tutorial it didn't work for me when I pasted it in for a sample. http://www.html.it/articoli/nifty/index.html <---tutorial So I went to view page source on their sample and copy and pasted it. Then I modified it. It doesn't need images or javascript. I also came across a friend who had done it without css/javascript/images and I think she did it with a form type or something... Anyways I don't recall that but I havn't been able to find it since and they've changed the site since then.
Ok I just remembered how to do rounded corners without css <b>, javascript, or images use <fieldset> text here </fieldset> It only works in IE. I do believe you've run out of options unless you can rework the internet or force other browsers to accept fieldset as rounded corners. Like example here. I uses <legend></legend> to make the 'Testing' sit on the line. http://www.egogen.com/samples/roundedcss.html <--- View it in Internet Explorer.