Jump to content

Top menu


hendrikius

Recommended Posts

Thanks mate, its great.Its a 3 element menu. Do u know how to ad a menu, like this:Tutorials    Scripts    CSS    MySQL    ASP.PHP    HTML    XML    XSL Thanks in advance,Hendrikius

The menu is basically a hidden table within a <td> so to add more you need to add extra <td>'s and then tables within them, remember to give the tables unique id's :)
Link to comment
Share on other sites

I think that menu can also be done with lists instead of tables. That would be a lot easier to work with.

It can be done many ways, that's the best example i have come across and everyone seems to understand how to use it.If you have a link to a css list version feel free to post it.
Link to comment
Share on other sites

It can be done many ways, that's the best example i have come across and everyone seems to understand how to use it.If you have a link to a css list version feel free to post it.

You can just reuse the same code and mod it a bit. Change the <table> tags for <ul> and <td> for <li>, basically...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...