[css-d] Image Div Help

2005-08-04 Thread Ryan Boswell
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/


AW: [css-d] Image Div Help

2005-08-04 Thread medial | André Huf
 I am using almost the exact same code on another site

Maybe because there is no content inside the div, which you have on your
other site?



__
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/


Re: [css-d] Image Div Help

2005-08-04 Thread David Laakso

Ryan Boswell wrote:

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:


.
--
Ryan


Dunno, but: validate and try it.
Regards,
David Laakso

--
David Laakso
http://www.dlaakso.com/


__
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/