Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Top level i18n menu highlighting
#2
snooze Wrote:I'm looking for a simple method for designating top level menus as having submenus when all are collpsed.

I have updated the I18N plugin to version 1.4. It now adds the css classes "open" or "closed" to the list items with children. You can thus use CSS to style them appropriately, e.g.

Code:
li.open { background: url(path/to/my/minus.png) left center; }
li.closed { background: url(path/to/my/plus.png) left center; }
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
Top level i18n menu highlighting - by snooze - 2011-04-28, 22:56:33
Top level i18n menu highlighting - by mvlcek - 2011-04-29, 04:44:18



Users browsing this thread: 1 Guest(s)