CSS #divid div

Associate
Joined
8 Mar 2007
Posts
88
Hey,

I'm making a few changes to someone else's site at the moment and have come across something I've never seen before:

#footer {
text-align: center;
color: #fff;
background: #4a1c21 url(images/blfoot.gif) no-repeat 0 0px;
}
#footer div {
padding: 1px 0;
background: url(images/brfoot.gif) no-repeat 100% 0px;
}

what does the use of "div" do in the second footer?

Thanks in advance.

Jon
 
Back
Top Bottom