Hello every one, I am working on this website, and they wish to have a horizontal scroler. At the start and the end there should be a working fading trick, but it is not taken. Any ideas why? I spend a couple of hours, but not luck.
Well the issue got a bit fix in Crome and Google, but not in IE9. I have some SVG working to do the transparencies, but they are not taking! Here is the code that is not listening. (I got the code from some where else.
http://creativewebdesign123.com/demo/scroling.html
http://css-tricks.com/examples/FadeOutBottom/
.fade-grad-r {
background: url("scrolling/fade-grad-r-bg.svg");
background-image: -moz-linear-gradient(
left,
rgba(f,f,f,f),
rgba(0,0,0,1)
);
background-image: -webkit-gradient(
linear,
left top, right top,
rgba(f,f,f,f),
to(rgba(0,0,0,1))
);
}
}
Ultimate CSS Gradient Generator is a great tool !
not sure it will help you but it seems to take care about browsers, and it's very easy in use ....
:)
youn.
IE9 will need to use the Microsoft filters: