Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

transparency effects ?

Options
  • 08-06-2004 12:04pm
    #1
    Registered Users Posts: 8,070 ✭✭✭


    is possible to have a transparent frame overlay or something over a background image.
    eg white transparency with alpha of lets say 55% so its WHITE+TRANSPARENT.

    css ?


    edit : found it http://www.domedia.org/oveklykken/css-transparency.php
    thanks.


Comments

  • Registered Users Posts: 1,031 ✭✭✭buddy


    You have to do a number of things ......... damnit!! :)

    Hehehe!


  • Registered Users Posts: 8,070 ✭✭✭Placebo


    i didnt follow that,
    just make a Main html file,

    #block1 {
    text-align: justify;
    width: 400px;
    height: 300px;
    background: #ffff;
    }


    background-image: url('back.jpg');
    background-repeat: no-repeat;
    </style>

    <div id="block1">
    <iframe name="Iframe1" src="page.htm" width="340" height="250" allowtransparency="true" background-color="transparent" frameborder="0">
    </id>

    _____________________________________

    add what ever to your page.htm


Advertisement