i am using the following html and css to display the content of the footer...
while increasing the font size of the div (#dv1,#dv2) content, the footer becomes empty...
how to make the div content into view...
<div id="footer">
<div id="dv1"></div>
<div id="dv2"></div>
</div>
#dv1
{
background-color:#F5F6CE;
font-size:20px;
height:150px;
overflow:hidden;
}
#dv2
{
background-color: #81F7F3;
font-size:20px;
height:75px;
overflow:hidden;
}
while increasing the font size of the div (#dv1,#dv2) content, the footer becomes empty...
how to make the div content into view...
Edited by vicky