Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi Michael, *,

On Thu, Feb 3, 2011 at 8:03 AM, Michael Wheatland
<michael@wheatland.com.au> wrote:
Sorry, maybe I wasn't clear.
Is there any reason we are not using hover (suckerfish) menus on the
primary menus as well as an always visible secondary menu which is
context sensitive?

The short answer is: the styling of the menu didn't please/there
wasn't enough time to refine it.
Ivan/David thought it would be too confusing if a menu popped up when
hovering over the entries, as you got a
* permanently visible top-navigation
* permanently visible sub-navigation of the current item.

If you'd then add a hover-menu that is too similar in style, this kind
of looks weired and confusing. It would have been better with an
easing effect or similar, or with a better css styling of the menu.

But of course it can be added given someone provides a styling
everybody is happy with :-)

While we're free to choose how the html-markup of the menu is
generated, I'd prefer semantic HTML and thus a nested UL (as it is
already done with the sidebar navigation menu)

i.e
<ul>
 <li>menu 1
  <ul>
   <li>subitem1</li>
   <li>subitem2</li>
  </ul>
 </li>
 <li>menu2</li> <!-- no subitems -->
 <li>menu3
  <ul>
   <li>subitemfoo</li>
   <li>subitembar</li>
  </ul>
 </li>
</ul>

ciao
Christian

-- 
Unsubscribe instructions: E-mail to website+help@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/website/
*** All posts to this list are publicly archived for eternity ***

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.