On 16 April 2011 08:38, Gabriele Romanato <gabriele.roman...@gmail.com> wrote:
> The potential of these new CSS3 features is so vast that you never stop
> finding new solutions. :-)

…new solutions to your OSX desktop in DHTML perhaps?

Chucking this in for the dock items could be a laugh:

li {
        -webkit-box-reflect: below 0;
        -webkit-transform-origin: 50% 100%;
        -webkit-transition: all .2s ease-in-out;
}

li:hover {
        -webkit-transform: scale(1.5);
}


Speaking as the resident humbug, I can't help but say… These are
solutions for which the problems have yet to rear their heads ;)


Regards,
Barney
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to