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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

transparency effects ?

  • 08-06-2004 11:04am
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 1,031 ✭✭✭buddy


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

    Hehehe!


  • Registered Users, Registered Users 2 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