Tagged Questions

0
votes
2answers
32 views

conditional formatting: I want to use javascript for rounded corner but only if it’s in IE

I use -moz-border-radius and -webkit-border-radius for making rounded corner. However as we know IE 7 doesn't support that. What I would like to do is to basically use standard for …
0
votes
1answer
15 views

Jmagick rounding corners

Hello, I've a question concerning Jmagick, how can I round corners of an image, and does this make sense or would it be better to do this using CSS in HTML ? Thanks
0
votes
5answers
495 views

Rounded corners in buttons in IE

I need to have rounded corners in buttons (input type submit), but I haven't found any JavaScript library that would do that. Currently I use http://blue-anvil.com/jquerycurvycorne …
3
votes
7answers
6k views

JQuery Rounded Corners in Internet Explorer (IE) messed up

Hi All, I'm using JQuery's jquery.corner.js to create rounded corners on some td tags, and they look fine in IE EXCEPT if you open a new tab and then come back to the page if y …
2
votes
2answers
240 views

JQuery Rounded Corners with Menu

I'd like to create a dropdown menu with rounded corners without using images. I tried combining the suckerfish menu plugin with a number of the JQuery rounded corners plugins, whic …
0
votes
3answers
861 views

Method to render rounded corners on form submit buttons

What I'm looking for is a clean method to round the corners of all inputs with the class "submit". I've experimented with a number of javascript techniques, but none worked well fo …
-2
votes
6answers
145 views

The rounded corners Ajax effect is useful for???

I still don't get the point of investing some coding time to add this effect even knowing that it will (probably) not be compatible with all the web browsers available out there. I …
0
votes
0answers
119 views

Extending asp.net Panel-controller with inward/outward rounded corners

Hello, i'm trying to extend asp.net panel-controller to include Ajax Control Toolkit's RoundedCornerExtender. I have no problems with the basic functionality, but i'd like to have …