View Single Post
04-03-2005, 03:40 AM
#11
Travis is offline Travis
Status: Member
Join date: Jul 2004
Location:
Expertise:
Software:
 
Posts: 445
iTrader: 0 / 0%
 

Travis is on a distinguished road

  Old

Perhaps Salathe want's Derek to fix his code to the following:

CSS:
HTML Code:
#nav {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}
xhtml:
HTML Code:
<ul id="nav">
   <li><a href="yourlinklocation"><img src="yourimagegoeshere" 
         alt="imagealttestgoesinthisspace" /></a></li>
   <li>repeat li'ing</li>
</ul>