« Return to Thread: NiftyCornersCube (typo corrected)

Re: NiftyCornersCube (typo corrected)

by Todd Blanchard :: Rate this Message:

Reply to Author | View in Thread

Those are nice - although you realize that its just going to be a style in CSS3 and is already available as such in Safari and Latest Firefox.

-webkit-border-radius: 6px;
-moz-border-radius: 6px;

I use this extensively on http://audiofreakshow.com (Drupal based Ubercart site I'm doing).  I started with a js solution (forget which one) and found it too slow.  I don't mind that only Safari and new Firefox work because my audience is Mac based musicians and that's all they're likely to have.
-Todd Blanchard
On Apr 21, 2008, at 4:19 PM, Keith Hodges wrote:
I have adapted the latest NiftyCorners into an easy to use Seaside Library.

http://www.html.it/articoli/niftycube/index.html

To Load:

Installer squeaksource
  project: 'Jetsam';
  install: 'Seaside28Jetsam-NiftyCorners'.

enjoy

Keith

p.s. this is a standalone package and does not need the rest of the
Seaside28Jetsam addons.


_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 « Return to Thread: NiftyCornersCube (typo corrected)