Should we give overflow:hidden to those div for which we are not giving height?
#Container {width:900px;margin:0 auto}
for #header
which has other elements inside then should i give overflow:hidden
to #header
or i should give fixed height to #header
.
What is the difference between both?
#header {}
#footer {}