[jQuery] Re: Implementing a Knob Control

2009-01-26 Thread Jay Abdal
To add canvas support to IE you can use the following script (slower, but works): http://code.google.com/p/explorercanvas/ On Mon, Jan 26, 2009 at 2:41 PM, Eric Garside wrote: > > Canvas is probably the most elegant way to go, especially given the > type of knobs you want. My suggestion is to

[jQuery] Re: Continuing to Seek Rounded Corners on Absolutely Positioned Elements that Work in IE7

2009-01-26 Thread Jay Abdal
could this be why?: "Note that if gradients are used, you will need a "min-height" (or fixed height) rule on the body of the dialog. If these examples appear *funny at the bottom*, it is because they do not enforce the min-height rule." On Mon, Jan 26, 2009 at 12:33 PM, Vik wrote: > > The latest