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.
Then I am looking for either a css hack solution or why this is not ok with internet explorer by default with the dijitmenu.
Thanks in advance,
Kim

Are you using Dojo 1.2?
See my post:
http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-development-discussio...
Thanks for you response. But
Thanks for you response.
But I am using dojo 1.1.0