Thread: New Layout
View Single Post
Old 05-04-2008, 06:04 PM   #2 (permalink)
peterhuang913
Retired.
 
peterhuang913's Avatar
 
Join Date: Dec 2005
Location: Los Angeles, California
Posts: 8,148
Send a message via AIM to peterhuang913
Default Re: New Layout

did you hand-code that? I love hand-code basic sites.

/EDIT:

Change:

Code:
.twoColLiqLtHdr #container { 
	width: 60%;
	background: #333333;
	margin: 20px auto;
	border: 1px solid #000000;
	text-align: left;
}
and

Code:
twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 15%;
	padding: 0 0 10px;
	background: #000000; 
}
End results:

__________________


My computer uses 1.5A-load, .8A-idle, .65A-standby, .05A-turned off on 125V.
"The spaces between your fingers were created so that another's could fill them in."
Quote:
Originally Posted by Norcent View Post
I need to stop using the internet.

Last edited by peterhuang913; 05-04-2008 at 06:14 PM.
peterhuang913 is offline   Reply With Quote