How can I show a Child Div while keeping its Parent Div hidden? Can this be done?
My Code is below:
<style>
.Main-Div{
display:none;
}
</style>
<div class="Main-Div">
This is some Text..
This is some Text..
<div class="Inner-Div'>
<a href="#"><img src="/image/pic.jpg"></a>
</div>
This is some Text..
This is some Text..
</div>
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…