Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Menu Layout
#9
Connie Wrote:
nitramf Wrote:I have done it with lists! I dont use divs for the menu, as you advised me.

Thanks,
Martin

why not give a right or left border to LI? or a margin, like suggested?

Normally the style of the menu is the default css file.

the example I posted refers to a complex type of menu!
Usually the menu menufish.js are much easier to manage:
Code:
<ul>
  <li><a href="#">link</a>
    <ul>
      <li><a href="#">link</a></li>
      <li><a href="#">link</a></li>
    </ul>
  </li>
</ul>

http://www.cagayandeorodreamhomes.com/te...htroom/03/
This is a example complex menù

I adapted the function for this type of menu where, in addition to the current page, there are classes daa manage (the fist and the last menu)

I remind you that if you have a special menu for which to create the appropriate function, you can send the part of html code on the menu only.

Sincerely
Reply


Messages In This Thread
Menu Layout - by nitramf - 2010-12-03, 22:43:51
Menu Layout - by yojoe - 2010-12-03, 22:53:00
Menu Layout - by nitramf - 2010-12-04, 04:17:00
Menu Layout - by nitramf - 2010-12-07, 01:18:21
Menu Layout - by yojoe - 2010-12-07, 09:49:30
Menu Layout - by nitramf - 2010-12-09, 00:17:52
Menu Layout - by zom - 2011-04-15, 16:51:57
Menu Layout - by Connie - 2011-04-16, 04:04:37
Menu Layout - by zom - 2011-04-16, 16:55:39
Menu Layout - by zom - 2011-04-16, 17:07:07
Menu Layout - by joel14santos5 - 2011-04-18, 13:24:31
Menu Layout - by zom - 2011-04-18, 19:30:18



Users browsing this thread: 3 Guest(s)