Tagged Questions
2
votes
1answer
3k 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, which mostly worked fine ...
1
vote
5answers
5k 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/jquerycurvycorners/test.html to ...
1
vote
3answers
11k 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 for form elements. ...
0
votes
1answer
143 views
Indesign Scripting: If selected object is rectangle
I'm trying to rewrite the CornerEffects.jsx script in Indesign CS5.5 to make it more user friendly in school, so people know exactly where the first point is and where the last point is etc. The ...