Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating a horizontal menu using a list

Status
Not open for further replies.

NickMalloy

Programmer
Apr 15, 2005
68
US
I want to create a horizontal menu using a list or something simular using css. my code looks like this. I can't figure out how to make this horizontal.

<ul class="menu">
<li><a href="#">link 1</a> |</li>
<li><a href="#">link 2</a> |</li>
<li><a href="#">link 3</a></li>
</ul>
 
Good point, Targol. I've used many of the w3schools tutorial to get a grip on such things.

Donna
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top