View Single Post
03-28-2007, 11:32 PM
#4
fooblah123 is offline fooblah123
Status: .
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 1,868
iTrader: 4 / 86%
 

fooblah123 is on a distinguished road

  Old

No i have 3 images so it can stretch. I have only:
Code:
#sub-nav {
	padding: 0;
	margin: 0;
	height:27px;
	width:800px;
	top: -20px;
	position: relative;
	background-image: url(sub-nav-left-corner.png);
	background-repeat: no-repeat;
}

#sub-nav ul {
	padding: 0px; 
	margin: 0 0 0 0;
	list-style: none;
}

#sub-nav ul li {
	display: inline;
	margin: 3px;
}

#sub-nav ul li a {
	float: left;
	display: block;
	height: 20px;
	width:88px;
	margin: 0 5px 0 0;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#999999;
	text-align:center;
	vertical-align:middle;
}