Hi everybody,
I am using the dijit menu. It is working very well.
But I have a style problem. When I click on my icon the dijitmenu is opened right below in firefox (like 2 pixel below) whereas in internet explorer it is opened like 7 pixels below.
Then I tried to correct it myself in the css with the following lines :
.dj_ie .dijitPopup.dijitMenu {
top:-5px;
position:relative;
}
Unfortunately, it works at the first click but then it's not possible to open it anymore...dijitmenu seems to be lost due to the position relative.
