I don't know why this isn't working, cause I am using almost the exact same code on another site, but I am trying to get my header image to show using the following css:

.banner{
    margin: 0;
    padding: 0;
    width: 700;
    height: auto;
    opacity: 0.75;
    filter: alpha(opacity=75);
    background: url(imgs/header.png);
}

and code:

    <div class="banner"></div>

can anyone tell me what I'm doing wrong, cause I'm sure there's something.

--
Ryan
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to