Your English writing is fine. :-)

I can't understand why you can't get the menu to work in IE6. It works fine for 
me. Perhaps you have a modified code that needs to be inspected? Can you upload 
it somewhere and send me the URL?

Yes, you can make the sub-menus pop out from right to left by changing: #menuv 
li ul {left: - to -8em as below. This is not without problems, as you would 
then need to reverse the direction of the 'arrow pointer' gif and alter the 
code to place it on the opposite side.

#menuv li ul
 {
 position: absolute;
 top: 0;
 left: -8em;    /* distance from parent menu  */
 display: none;
 }

To make the sub-menu cover the parent menu, just change the 'left:' (in the 
code above) to 0. However, it's not nice and makes the menu hard to navigate, 
so you may not want to do it. :-)

Regards, 
 
Alan.
 
www.theatreorgans.co.uk
www.virtualtheatreorgans.com
Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups
Shopsmith 520 + bits
Flatulus Antiquitus


  ----- Original Message ----- 
  From: Ib Jensen 
  To: css-d@lists.css-discuss.org 
  Sent: Thursday, May 15, 2008 9:21 AM
  Subject: [css-d] Vertical menu

  I'm sorry for my english writing.


  I'm developing a site on a local computer.
  And found the menu i wanted here:

  sperling.com/examples/menuv/

  But i can't get it to work in IE6 properly. The first menupoint is working
  ok, but the submenus are gone to cyperspace.
  In Opera 9 and Firefox 2, it works perfect. Not tested with Safari and other
  browsers yet.
  Having any solutions ????

  second ? :
  At the moment the menu is popping out from left to right.
  Is it possibly to make it pop out from right to left ?

  third ? :
  Is it possibly to make the menu stay in the same column.
  So the submenus is covering the main menu....................
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to