Jump to content

Expanding


nick_whitmarsh

Recommended Posts

Hey guys.

 

I am new to this CSS stuff. I have got a page which displays comments. It currently does not expand my content box, only the page.

 

 

	#profile7
{
position:absolute;
top:560px;
width:355px;
height:auto;
right: 5px;
border:solid #F5F5F5 1px;
}

 

This comments sit inside this div and this div is inside

 

#profile

{
position:relative;
top:0px;
left: 126px;
width:520px;
background-color:#FFFFFF;
height:auto;
min-height:650px;
border-left:solid #CCCCCC 1px;
border-right:solid #CCCCCC 1px;
}

 

If anyone could help this would be much appreciated.

Link to comment
https://forums.phpfreaks.com/topic/52030-expanding/
Share on other sites

  • 3 weeks later...

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.