<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
<style type="text/css">
#t2
{
width: 87px;
top: 49px;
left: -566px;
}
#t1
{
width: 87px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="height: 171px; width: 391px">
<div id="Div2" style="position:absolute; top: 65px; left: 14px;">
sdsdf<br />
asfaesrestret<br />
asf<br />
asdfas<br />
asdfaasdfasfsad<br />
hhb<br />
jh</div>
<div id="t1" style="position:absolute; top: 65px; left: 111px;">
yyyyyyyyyyyyy
</div>
<div id="Div1"
style="position: absolute; width: 87px;position:absolute; top: 168px; left: 12px;">
xxxxxxxxxxxxxxx
</div>
</div>
</form>
</body>
</html>
Hi, Im new to css, Please help me on how to increase the height dynamically on giving more data in Div2 ?? The height of main div also need to increased. I have set position to absolute, am not sure wat to give there to move the div as per increase in data on Div2. please suggest ?? Thanks in advance.
-Srini