Alpha settings using CSS?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bissatch@yahoo.co.uk

    Alpha settings using CSS?

    Hi,

    Is it possible to set the alpha setting of an object (i.e. image) using
    CSS. I am aware that this can be done in IE only but I would rather use
    something more standard like CSS that can be supported in all browsers.
    Cheers

    Burnsy

  • logicearth@gmail.com

    #2
    Re: Alpha settings using CSS?

    Sorry but there isn't a standard cross browser way to do it.

    Comment

    • chris@leipold.ws

      #3
      Re: Alpha settings using CSS?

      Hi Burnsy,

      in CSS2 it's not.

      Chris


      bissatch@yahoo. co.uk wrote:[color=blue]
      > Hi,
      >
      > Is it possible to set the alpha setting of an object (i.e. image)[/color]
      using[color=blue]
      > CSS. I am aware that this can be done in IE only but I would rather[/color]
      use[color=blue]
      > something more standard like CSS that can be supported in all[/color]
      browsers.[color=blue]
      > Cheers
      >
      > Burnsy[/color]

      Comment

      • Gus Richter

        #4
        Re: Alpha settings using CSS?

        bissatch@yahoo. co.uk wrote:[color=blue]
        > Hi,
        >
        > Is it possible to set the alpha setting of an object (i.e. image) using
        > CSS. I am aware that this can be done in IE only but I would rather use
        > something more standard like CSS that can be supported in all browsers.[/color]

        Alpha blending in Mozilla/FF.
        -moz-opacity was recently (gecko 1.7+) replaced with the CSS3 opacity
        style property (same format, sans "-moz-"). The -moz-opacity psuedo
        style property may even now be deprecated? One could include both, of
        course.
        Also see:




        --
        Gus

        Comment

        Working...