A Javascript tool providing border-radius support for older browsers.

learn more… | top users | synonyms

0
votes
1answer
497 views

The value of the property 'addEvent' is null or undefined, not a Function object

I am trying to add rounded borders in IE7 and 8 in a theme for moodle and I am using javascript curvycorners.js script to do so. I've added the following code in my script:- <html <?php echo ...
0
votes
0answers
88 views

Masonry, infinitescroll and curvycorners

I use Masonry and infinitescroll and it works great together. I have tried to add curvycorners.js and make it load every time infinitescroll loads a new page, but to be honest, I have no idea what I'm ...
1
vote
1answer
194 views

Is the javascript import statement enough to get CurvyCorners working, or do I have to add more?

Okay, I have looked hard for this answer, but all the websites, even the CurvyCorners homepage, don't say it clearly enough. Is the <script type="text/javascript" ...
2
votes
1answer
345 views

jquery Curvy Corner plugin doesn't load after JSF ajax request

We are using Curvy corners script (http://www.curvycorners.net) for the JSF buttons to have the curvy corners in IE. In IE when we make a Ajax call ,in Ajax response this curvy corners doesn't ...
0
votes
1answer
174 views

how to disable curvyCorners?

I'm using curvyCorners in an ASP.NET application: <script src='Scripts/curvycorners.src.js' type="text/javascript"></script> <script type="text/javascript"> var ...
2
votes
2answers
2k views

(JQuery) Rounded corners in IE?

I already used a lot of plugins such as curvycorners, DD_roundies, behavior: url(ie-css3.htc);, but it doesn't work well, so does anyone know any other tricks I could make for rounded corners for IE? ...
0
votes
4answers
213 views

curvycorners image inside div issue

I am using jquery curvy corners. I know another plugin named jquery corner is available, however it's file size being massively bigger than curvy corners, I decided to with curvy corners. I have a ...
2
votes
2answers
475 views

Alternative to CurvyCorners

Is there an alternative script to CurvyCorners that does border-radii based on CSS? CurveryCorners has so many bugs and rarely works the way it's expected to, it's just not worth using anymore. ...
1
vote
2answers
95 views

How to create curvy corner for a HTML table ? *That should be compatible in IE6*

I've a HTML table, i want to make its corners as curvy corners. I've tried but its working only in ff, chrome but not in IE6. I want it to be compatible in different versions of IE. Somebody please ...
-1
votes
5answers
182 views

JQuery - Rounded corners

My intentions for my site are to add curvy corners.. Does anyone know if there is a way to make curvy corners round the corners of every element on the page... if that is the case how do you do it?
0
votes
1answer
430 views

Malsup curvy corners - My boxes have no borders

I'm using 2.11 malsup jquery curvy corners on my page here: http://robynrowe.sanscode.com For some reason in ie, the curvy corners script makes the border disappear. Can anyone help me fix this? I ...
2
votes
2answers
4k views

jquery curvy corners problem not working in IE8

Here's my page: http://robynrowe.sanscode.com Take a look in IE8 and then IE7 (compat mode) and you will see the issue. The box on the right just disappears in IE8, but rounds perfectly in IE7. I'm ...
0
votes
1answer
160 views

jQuery curved corners problem troubleshooting in ie?

This will blow your mind... Check out http://blue-anvil.com/jquerycurvycorners/test.html using IE Curved corners look nice on their examples, right? Then visit http://veeter.com/wtf.php I have ...
0
votes
1answer
435 views

jquerycurvycorners: -moz-border-radius replace to border-radius

IE9, Firefox 4, Opera 10.5, Safari 5, Chrome 4, WebKit 532.5 supports CSS3 border-radius. Latest jquerycurvycorners 2.1.1 uses -moz-border-radius and not border-radius to create corners to old ...
-1
votes
1answer
651 views

Problem with jQuery, fullcalendar, curvycorners, anytimec and msie

Which fragment of code bellow can not work in MSIE? $(document).ready(function() { var minId; var fadeTime = '25'; $.ajax({ url: ...
0
votes
1answer
57 views

Validation plugin hijacks click function?

Absolute newbie question, any help is highly appreciated :) I am using curvycorners (http://www.curvycorners.net/) in combination with the jQuery validation plugin ...
1
vote
1answer
994 views

Redrawing rounded corners when using curvycorners-plugin for jQuery

I'm using the curvycorners jQuery plugin (http://www.curvycorners.net/instructions/) to force IE to render rounded corners on divs. It works really well, apart from one thing: I have a validation ...