Results 1 to 4 of 4
  1. #1
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default Adding a Opacity on Backgrounds?

    Well on navigations like HabboMeadows, is there a code which you can add in a css to make the background have Opacity?

  2. #2
    Join Date
    Feb 2007
    Location
    West Midlands
    Posts
    1,168
    Tokens
    0
    Habbo
    Jibbish

    Latest Awards:

    Default

    opacity: 20; or something like that

    Try this
    Code:
    filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
    Change the 25 to w.e
    Last edited by Jibbish; 10-10-2007 at 04:31 PM.

  3. #3
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    Quote Originally Posted by Jibbish View Post
    opacity: 20; or something like that

    Try this
    Code:
    filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
    Change the 25 to w.e
    ty (too Short)

  4. #4
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    0.25 i think although .25 think the 0.25 is more valid.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •