css3

CSS3 Border Opacity?

Is there a straight forward way to make the border of an element semi-transparent with something like say border-opacity:0.7; ? If not anyone have an idea how i could do so without using images? ...

Webkit transitionEnd event grouping

I have a HTML element to which I have attached a webkitTransitionEnd event. function transEnd(event) { alert( "Finished transition!" ); } var node = document.getElementById('node'); node.addEventListener( 'webkitTransitionEnd', transEnd, false ); Then I proceed to change its CSS left and top properties like: node.style.left = ...

CSS 3 Rendering bug on Chrome v.7.0.517.41 on PC (fine on Mac, same version)

Salutations all, I'm a bit baffled. I've come across a rendering bug which only seems to occur on Chrome on a PC. It's absolutely fine in Chrome on the Mac (same version). Fine in Safari on both platforms. Fine in Firefox on both and even not so bad in IE9. Here's the example: http://www.westore.it/testbed/cool-buttons/ I've tried usi...