CATEGORIES
How to display the Menubar horizontally?
Published by: Sangeeta (4/13/2009 9:03:59 AM)
APR 13 2009
My application is having one Menu bar which contains some link buttons, say Home, About Us, Categories, and so on. On click of the Categories link button, I need to display a sub menu containing the items of Categories, say SQL Server, ASP.NET, Ajax, and so on. But the Category sub menu should be displayed horizontally, not in the traditional vertical style.
e.g. Home About Us Categories
SQL Server ASP.NET Ajax
Can anyone tell me how can I implement this?
Most Popular Articles
- Why Can't I Select the Text on my Web Page
- What are the advantages of HTML4.0 over HTML3.2?
- What is Anchor?
- Writing Multiselect Option HTML Code and Collecting the Submitted Data
- Setting fixed size text in HTML
<< IFrame not pointing to localhost
COMMENT