Long story short:
<DynamicMenuStyle CssClass=adjustedCssIndex />where adjustedCssIndex is a CSS class that specifies the z-index property:
.adjustedCssIndex { z-index:100; }Long story, it seems that the control assumes there is a default z-index value set by the browsers; Bertrand Le Roy from Microsoft says as much in his blog, and discloses a patch fix.
However, as you can see in that post's comments, there is also a very simple CSS fix to all of this, by specifying the z-index.
No comments:
Post a Comment