Closed Thread
Results 1 to 6 of 6

Thread: how to make transparent background

  1. #1
    kiddies is offline Programmer
    Join Date
    May 2009
    Posts
    129
    Rep Power
    0

    how to make transparent background

    hello how to make transparent background in css....

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: how to make transparent background

    I'm not sure what you mean. I believe they're transparent by default.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Jul 2008
    Location
    ┌∩┐(◣_◢)┌∩┐
    Posts
    1,579
    Blog Entries
    1
    Rep Power
    26

    Re: how to make transparent background

    Code:
    .item  {
    background:transparent url(images/transparent.png)
    padding: 10px 20 px 20px 20px;
    border: 1px solid #ccccc;
    margin-bottom: 3em;
    color #00000;
    }
    
    * html .item { 
    background-image:none;
    background-color: #FFFFF;
    filter:alpha(opacity=80);
    height:1%
    }
    
    * html .item * {
    filter:alpha(opacity=80);
    position:relative;
    }
    Like this?
    #!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
    “The cure for boredom is curiosity. There is no cure for curiosity.”

  5. #4
    kiddies is offline Programmer
    Join Date
    May 2009
    Posts
    129
    Rep Power
    0

    Re: how to make transparent background

    @mikem...yeah like that.....a background in dreamweaver is default, n i wanna make transparent but i dont know a systak fot tht...thank man....

  6. #5
    Join Date
    Jul 2008
    Location
    ┌∩┐(◣_◢)┌∩┐
    Posts
    1,579
    Blog Entries
    1
    Rep Power
    26

    Re: how to make transparent background

    Quote Originally Posted by kiddies View Post
    @mikem...yeah like that.....a background in dreamweaver is default, n i wanna make transparent but i dont know a systak fot tht...thank man....
    You're welcome, next time try Google!
    #!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
    “The cure for boredom is curiosity. There is no cure for curiosity.”

  7. #6
    kiddies is offline Programmer
    Join Date
    May 2009
    Posts
    129
    Rep Power
    0

    Re: how to make transparent background

    wow, icant found in google dude....for the reason i try

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. png with transparent background and IE6
    By Alhazred in forum JavaScript and CSS
    Replies: 5
    Last Post: 10-14-2010, 02:17 PM
  2. Replies: 1
    Last Post: 04-26-2009, 05:27 PM
  3. How do I make Icons Transparent using C++?
    By Panarchy in forum C and C++
    Replies: 6
    Last Post: 04-26-2009, 12:41 AM
  4. How can I make a Transparent form?
    By kresh7 in forum Visual Basic Programming
    Replies: 8
    Last Post: 08-22-2008, 01:48 AM
  5. Generate text with transparent background
    By AfTriX in forum PHP Tutorials
    Replies: 1
    Last Post: 01-08-2007, 12:13 AM

Tags for this Thread

Bookmarks

Posting Permissions

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