On Wednesday 10 February 2010 11:42, Supita wrote:
> Hello to all:
>
> I'm working on some panels.  We need that, when the text doesn't fit
> in one line, the text be cutted at the end of the line, and it looks
> like it is fading.
>
> I can do that effect using filter:
> progid:DXImageTransform.Microsoft.Alpha(...); in IE, in the <div> that
> contains all my rows.  I don't know how to do it in Firefox.
>
> The rows have different background colors, so, I need that the fading
> effect doesn't depend on the background image. The only solution that
> I have for FF is using opacity, and it depends always on the
> background image.
>
> I need to know if I can do something like the gradient effect that
> filter: progid:DXImageTransform.Microsoft.Alpha(...); does on IE in
> FF, or if I just can not do it.
>
> I'll apreciate all your ideas :)

Not a CSS solution, but you could use an overlaying SVG image with opacity 
gradient. Not much overhead and still validates. Won't work on IE but you 
already have an IE solution.

-- 
Michael
______________________________________________________________________
css-discuss [cs...@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