Hi everyone,
I'm working on a raphael based script that can rotate, resize, flip and flop an image. I've faced strange problem in IE: when the image with opacity is rotated on some angle and then is applied by matrix to perform flip, there are black areas on it.
Image is rotated and flipped:
http://cl.ly/12067d913b6ef423ae59
See black...
I'd like to create a linear transparent gradient to a div. Is there any way to do that with jquery? Or should I use some other library like raphaeljs? I'd like to achieve an effect like the following:
...
I'm using the latest version of Opera (11 alpha), but I ran into this issues with 10 (stable) a while back as well.
I am using the following code to animate opacity:
if($('#detailsLM').length>0){ $('#detailsLM iframe').
animate({opacity:.5},20,'linear').hover(
function(){
$('#detailsLM iframe').animate({opacity:1},600,'lin...
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?
...