Hi,,,
I want the help regarding my project.
I want to combine the multiple div tags in one main div tag so that if i will move that div tag then it will move div tags that it contain.
the tag is just like this:
#apDiv11 {
position:absolute;
left:410px;
top:165px;
width:287px;
height:65px;
z-index:11;
background-color: #B5B6F0;
border:1;
border-style:solid;
border-color:darkslateblue;
}
#apDiv12 {
position:absolute;
left:410px;
top:230px;
width:287px;
height:30px;
z-index:12;
background-color: #CC99CC;
border:1;
border-style:solid;
border-color:darkslateblue;
}
<div id="apDiv11">
<div align="right"> .......thinks Doctor<br />
"Adium" <br />
software source open best the is</div>
</div>
<div id="apDiv12">
<input type="submit" name="button2" id="button2" value="No" />
<input type="submit" name="button" id="button" value="Yes" />
So is there any tag available.???
Please reply me fast.
Harsh Patel