Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Opacity in Opera 9???

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24069
    cabe
    Member

    does anyone know how to set the opacity of a text in opera 9.x?
    i tried opacity:.50 and filter:alpha(opacity=50), it doesn’t work.

    #53636
    Ramesh
    Member

    hi Chris check out this it works in all the browser except ie

    <h1 style="opacity:0.4;filter:alpha(opacity=40);">Ramesh </h1>

    #53649
    cabe
    Member

    thank you, it works :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.