+ Reply to Thread
Results 1 to 4 of 4

Thread: Creating a semi transperent shape
      
   

  1. #1
    nick2687 is offline Corporal
    Join Date
    Mar 2008
    Posts
    16

    Default Creating a semi transperent shape

    I'm in the process of putting together a website, and i'm trying to create a shape or border that is only semi transparent, I want to still be able to see the background of the webpage, but i want to be able to see my text better also.

    Here is a clip of the html code im using for the background:

    */
    body
    {
    background: #020202;
    color: #9a9a9a;
    background-image:
    url('http://img329.imageshack.us/img329/6962/59589439sy1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    }
    basically my background will stay static, while the text, images, etc. will move over top of it. my problem is that the background has both black, gray's and white in it making getting a text color that will show up on all three very hard.

    Thus why I want to put a border around the text that has a semi transparent fill color.

    Any help with some html ideas, or ways to do it within bluevoda would be great.

    my domain is www.nevermore-aoc.com

  2. #2
    Lcoisas's Avatar
    Lcoisas is offline Major
    Join Date
    May 2007
    Location
    Portugal
    Posts
    314

    Default Re: Creating a semi transperent shape

    Hi Nick...

    Maybe this is what you want:

    Draw a shape the form and size you want to.

    Open shape properties, by right clicking your mouse

    Fill it with some colour: withe may be good,

    Select it solid

    And then, in "shade opacity", set it untill you get the desired result.

    Hope it works,

    Susana
    Susana

    http://www.imperiodocha.com
    Leaf Tea & Acessories
    http://www.christiescreations.net
    Gift Baskets, Flowers and Party Favors for all occasions
    Richmond, VA

  3. #3
    nick2687 is offline Corporal
    Join Date
    Mar 2008
    Posts
    16

    Default Re: Creating a semi transperent shape

    Ahhh thank you so much that worked perfect.

  4. #4
    Lcoisas's Avatar
    Lcoisas is offline Major
    Join Date
    May 2007
    Location
    Portugal
    Posts
    314

    Default Re: Creating a semi transperent shape

    You're allways welcome!
    Susana

    http://www.imperiodocha.com
    Leaf Tea & Acessories
    http://www.christiescreations.net
    Gift Baskets, Flowers and Party Favors for all occasions
    Richmond, VA

Thread Information

Users Browsing this Thread

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

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49