1
vote
1answer
45 views
keep borders in IE with jquery.corner()
Hey there,
I'm using the jQuery plugin "corner": http://www.malsup.com/jquery/corner/
Its almost doing a great job making my divs round at the edges.
The problem is, my divs have …
5
votes
7answers
3k views
Best jQuery rounded corners script?
Hi,
I've been looking at varios scripts for adding automatic rounded corners to a div using jQuery but there are loads of plugins available, none of which seem perfect.
So, does …
1
vote
3answers
118 views
How to create image with rounded corners in C#?
I'd like to create image (from another one) with rounded corners with GDI+. What's the best way to do this?
PS: it's not for web, so I cannot make use of client CSS
2
votes
5answers
182 views
CSS rounded corners done quickly: is this an awful technique?
Here's a quick and dirty round corners technique I've been playing around with.
<!-- assuming the div isn't statically positioned -->
<div>
<img src="box_TL.png …
1
vote
4answers
328 views
Tweening a Rounded Rectangle in Actionscript 3
I would like to tween between a short rounded rectangle and a tall rounded rectangle. (I only want deal with the height - no other parameters). I am programming with actionscript …
0
votes
1answer
54 views
WPF rectangle - round just top corners
How can I have just the top corners rounded for a WPF rectange? I created a border and set the CornerRadius property and inside the border I've added my rectangle, but it doesn't w …
2
votes
4answers
2k views
jquery round corners
This probably sounds really stupid but I have noo idea how to implement jquery's rounded corners (http://www.methvin.com/jquery/jq-corner-demo.html). My javascript-fu is complete f …
1
vote
2answers
62 views
Rounded corners with Canvas/VML in IE8
I'm using the JRC (jQuery Rounded Corners) plugin for rounded corners. It works in almost all browsers (including the crappy IE6) except IE8. Is there any workaround for the newest …
0
votes
0answers
65 views
jQuery rounded corner addon not working in IE8 (Even though it’s ment too)
Hi, I'm using an addon for jQuery that can apply rounded corners to elements on your page. I have just checked my website in internet explorer 8 to see everything is working so far …
3
votes
6answers
171 views
What rounded corner approach should I take?
Hi,
So there's no shortage of info out there on rounded corners and I've been through much of it and I'm posting to get the communities opinions at this point.
My scenario is tha …
4
votes
4answers
1k views
How is a rounded rect view with transparency done on iphone?
A lot of apps pop up a transparent view with rounded corners and an activityIndicator when running a time consuming operation.
How is this rounding done and is it possible to do i …
0
votes
1answer
91 views
CSS rounded corners on img in firefox
The problem is quite simple, but i spend too much time search for answer. So if someone can throw a little lihgt on the problem.
The CSS -moz-border-radius works with div, but i tr …
0
votes
5answers
487 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 …
0
votes
3answers
124 views
How does one round TABLE corners with JS or CSS?
Hi everyone,
First, thanks to everyone for helping so much, I'm addicted to the community :-)
All righty, so I've got a plain ole html table, and I'd like to round its corners in …
1
vote
5answers
131 views
Inline stretchy button with CSS background image
Anyone know if there's a bullet-proof (standards-compliant to XHTML1.1 strict, cross-browser, non-javascript) way to use CSS and background images to turn an inline link into a vi …
