View Single Post
04-02-2005, 11:22 PM
#7
derek lapp is offline derek lapp
Status: design rockstar
Join date: Jan 2005
Location: guelph, ontario
Expertise:
Software:
 
Posts: 2,246
iTrader: 0 / 0%
 

derek lapp is on a distinguished road

  Old

i usually like to keep my secrets, but od this

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

xhtml:

<ul id="nav">
	</li><a href="yourlinklocation"><img src="yourimagegoeshere" alt="imagealttestgoesinthisspace" style="border: 0x;" /></li>
	<li>repeat li'ing</li>
</ul>