#logoWrapper {
width: 100%;
height: 150px;
background-color: #000000;
background-image: url(../images/150px.gif);
background-repeat: no-repeat;
display:none;
}
Thats what i have on the style sheet and nothings showing up now...
that 150pix.gif is what i want to display...



