script error in IE for rounded-corners
biged - February 13, 2009 - 11:47
| Project: | jQuery plugins |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Howdy.
first off love your work looking forward to more.
I am having a small issue , my corners work fine when I added the script...
$('.views-row-odd').corner({ tl: { radius: 15 }, tr: { radius: 15 }, bl: { radius: 15 }, br: { radius: 15 }, antiAlias: true, autoPad: true, validTags: ["div"] }); })
this looks great in Fire fox but in IE7 I get the script error debug box comeing up asking if I want carry on running the script. even if i say yes it still does not show. I have tried a few other variations but still no good. Anything you could suggest?
I am sure its something blindingly obvious so please excuse my ignorance.
Thanks,
