solidsponge
01-12-2006, 11:03 AM
Im putting a float into a main content:
<div id="content"><div id="bottomshadow"></div></div>
But Im unsure how to refer to this in my external css file?
Ive tried this, but its not right, so how do I refer to it?
div#content div#bottomshadow{
float:bottom;
width:100%;
height:7px;
background-image: url(images/backgroundshadowbottom.jpg);
}
<div id="content"><div id="bottomshadow"></div></div>
But Im unsure how to refer to this in my external css file?
Ive tried this, but its not right, so how do I refer to it?
div#content div#bottomshadow{
float:bottom;
width:100%;
height:7px;
background-image: url(images/backgroundshadowbottom.jpg);
}