Jump to content

Css Help Needed


zahidprimex

Recommended Posts

I used these code below to define two settings in css

#main{	height:auto;	width: 100%;	border-color: black;	border: 2px;	border-style: solid;#mainleft{		height:auto;	width: 190px;	float:left;	border: 1px;	border-style: solid;	border-color: black;}

Then I used these code in html page which produce 2 boxes.

<div id="main"><div id="mainleft">KKKK<br><br><br><br><br>KKKKK</div>Zahid<br><br><br><br>Zahid</div>

Now I want to put the box mainleft in main so the height of main changes with the height of mainleft.How can I do it?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...