changing round corners on the fly Programming Web Development by Violet_82 … some more content sliding down. You will noticed that the corners of the green container are still round, and they shoud… functionality but I have created a script that handles the corners, well it's supposed to do it at least, `…whether the element in question will get round or square corners but because the panel takes its time to slide down… Re: round corners CSS Digital Media UI / UX Design by macneato … you the best way of making rounded corners. Position your container relative, then using a…CODE=CSS] .container {position:relative} /* begin corners */ .corners {position:absoulte; width:10px; height:10px; background: url…right:0; background-position: -10px -10px} /* end corners */ [/CODE] This is how you structure it within your… Re: changing round corners on the fly Programming Web Development by Violet_82 … when the page loads the content is collapsed and the corners are round as they should be; when the content slides… down the corners become square, which is great; but when I slid the… content up again the corners turn round again a little too early, but I am… resizable text section with a background with 4 curvy corners Programming Web Development by thosecars82 …different sections each of them having different backgrounds with curvy corners all fitting in the same page. As for the … know how to give a resizable background with curvy corners to each of these text sections which are resizable …these sections are laying. This background should have curvy corners and should be resizable just in case I wanted to… Re: Rounded corners - one more time Programming Software Development by bob on whidbey …, some of the time 1 or 2 corners will have a green background and 3 or… 2 will have gray corners. Sometimes even half and half as the …transparent color (to the unique color of the corners) it seems that the color in each corner…fairly well, although not perfectly, to set the corners transparent for each bitmap card. Notice that it… Re: round corners CSS Digital Media UI / UX Design by drjohn …work perfectly - in one design I had shadows and rounded corners to add to older IEs and they couldn't do…com/experiment/DD_roundies/[/url] , but googling on javascript for rounded corners in IE will give you many more to choose from… I once found one that could even properly round the corners of divs with a background image, but got something else… CSS3 rounded corners not showing in table layout? Digital Media UI / UX Design by klemme … table layout. My problem is that i have created rounded corners using css, and it works fine in all other browsers… i design, using divs as layout base, the css rounded corners display just fine, also in IE. Does IE not support… rounded corners for tables using CSS3? I have put this meta tag… Jquery Rounded Corners Programming Web Development by tqmd1 …RD"]').click(function(){ alert("Please note \n Image corners will be rounded now") $("imgBox").corner(&… id="box"> <H3>Rounded Corners</H3> <div id="imgBox"&…; </html> [/CODE] I want to apply rounded corners to image. For this when I press Apply button, then… Patently mad: Samsung to pay Apple $1.05bn for round corners on icons Hardware and Software Hardware Mobile and Wearables by happygeek … to give one company a monopoly over rectangles with rounded corners". Of course, the truth is that the case did… not just concern the matter of rounding the corners of a rectangle, but a whole bunch of software and… at least should be. Yet with aesthetics such as rounded corners on a rectangle (the shape of icons) being passed through… Re: Resolution for Rounded Corners Community Center Meta DaniWeb by Ancient Dragon [quote=cscgal;359745]My resolution for the rounded corners dilemma was to go ahead and add an option …into the USER CP that allows members to disable rounded corners, the navigation dropdown menu, or both. Please use this …errors.[/quote] I don't see any difference. What rounded corners are you talking about? I turned them off and everything… Re: Resolution for Rounded Corners Community Center Meta DaniWeb by Dani … ... I know there's now an option to disable rounded corners in your control panel, but I sitll want to work… in your best interests, too, because guests still see rounded corners, and the better the experience it is for them, the… did last month before the new style, even with rounded corners enabled? I can't do anything without feedback since I… Re: Resolution for Rounded Corners Community Center Meta DaniWeb by Dani With rounded corners off, you should still see rounded corners created by images (in the header and sidebar). The rounded corners created in the page bodies are done on-the-fly with JavaScript, and those are the ones causing slowdowns. Re: Resolution for Rounded Corners Community Center Meta DaniWeb by John A [quote=cscgal;364669]With rounded corners off, you should still see rounded corners created by images (in the header and sidebar). The rounded… corners created in the page bodies are done on-the-fly … Re: Rounded Corners Dropdown Digital Media UI / UX Design by sumdude …. I would love to know how you achieved the rounded corners for the dropdown. how many images did you use for… it? 1 for each corner? or 2 (top two corners and bottom two… Re: round corners CSS Digital Media UI / UX Design by rajarajan2017 Check with the following link for more options to get good rounded corners [URL="http://www.devwebpro.com/25-rounded-corners-techniques-with-css/"]http://www.devwebpro.com/25-rounded-corners-techniques-with-css/[/URL] Re: Jquery Rounded Corners Programming Web Development by tqmd1 …;RD"]').click(function() { alert("Please note \n Image corners will be rounded now") $("#imgBox").corner("…;div id="box"> <h3>Rounded Corners</h3> <div id="imgBox" style… rounding corners of a table Digital Media UI / UX Design by paradox814 … I want to put a rounded corner in all 4 corners. My problem is that I don't know how big… that is the table that I want to round the corners. the 4 images I have is tl.gif, tr.gif… Resolution for Rounded Corners Community Center Meta DaniWeb by Dani My resolution for the rounded corners dilemma was to go ahead and add an option into …the USER CP that allows members to disable rounded corners, the navigation dropdown menu, or both. Please use this option… Re: Resolution for Rounded Corners Community Center Meta DaniWeb by Narue [QUOTE]My resolution for the rounded corners dilemma was to go ahead and add an option into …the USER CP that allows members to disable rounded corners, the navigation dropdown menu, or both.[/QUOTE] While I appreciate… Re: Resolution for Rounded Corners Community Center Meta DaniWeb by Dani Keeping to my promise, I've been working on making the rounded corners faster loading. I'd appreciate it if those with rounded corners on can let me know if they've noticed an improvement as of about an hour ago. Thanks! Re: Resolution for Rounded Corners Community Center Meta DaniWeb by Dani [quote=MidiMagic;363574]Question: Why do we need rounded corners?[/quote] We've had rounded corners for so long that it became almost like a trademark for us, especially because we're no longer "that purple computer forum". Re: Resolution for Rounded Corners Community Center Meta DaniWeb by MidiMagic So why do I stioll see rounded corners with rounded corners turned off? Re: Resolution for Rounded Corners Community Center Meta DaniWeb by MidiMagic There is another reason I don't like rounded corners on links. They look like PILLS. The "ADMINISTRATOR" one (which STILL has rounded corners) looks like a suppository. They remind me of nasty MEDICINE (yetch!). Narue hat? Is that in the genre of a Nehru jacket? :icon_biggrin: Rounded corners are back Community Center Meta DaniWeb by Dani As you guys know, the rounded corners script was disabled because it was causing some problems with web browsers hanging and such. I have reimplemented a DIFFERENT rounded corners script and am interested to hear if it causes similar problems. I only need feedback for Internet Explorer 6 and 7 please. Thanks! Rounded corners - one more time Programming Software Development by bob on whidbey … descendent of TCustomControl and I want it to have rounded corners. The card is displayed in a Paint procedure where I…(0, 0, FCardBMP); This approach works well except - no rounded corners. Setting FCardBMP.Transparent := true; doesn't work when the card… Rounded Corners Dropdown Digital Media UI / UX Design by brechtjah … their mouse, then the dropdown title appears with 4 rounded corners again. Pictures here for some more explanation: Normal state: [url…[/url] Notice here how the title appears with 4 rounded corners again, I'd like to change that. Any help would… Re: Rounded Corners Dropdown Digital Media UI / UX Design by JugglerDrummer …. You could have an image with four corners (transparent in middle) limiting all sides, 2 corners vertically, limiting the height. You can… Pygame Curve Library for Anti-Aliased Circles and Curved Surface Corners. Programming Software Development by god0fgod …,r) Takes the surface s and creates rounded corners with the radius r. The corners are anti-aliased. Please not due to… round corners CSS Digital Media UI / UX Design by dan_t … a little question here. I have a box with rounded corners, I cheated and used a white backgroud, but without the… background and doing different colors, you can see where my corners are but it still has a square appearance. I can… Rounded corners. Digital Media UI / UX Design by harsh93 Hi everyone... I m designing the web-site right now. But one proble is to make the corners rounded. I dont want the css help which call the image as rounded corner.... Is there any css you know which directly rounded the corners in the page... Thanks . With regards...