The closest I know how to get to what you want without javascript or
CSS3 stuff is changing the rule I had you insert to this:

#menu ul li ul li a:hover {
  border-right-width: 0;
  border-left: 4px solid red;
  margin-left: -4px;
}

However, the left border on the submenu items will follow the highlighted item.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to