##// END OF EJS Templates
Fixed: context submenus on the issue list don't show up with IE6....
Jean-Philippe Lang -
r1011:7f3c5169400f
parent child
Show More
@@ -24,7 +24,7
24 }
24 }
25 #context-menu li.folder ul {
25 #context-menu li.folder ul {
26 position:absolute;
26 position:absolute;
27 left:128px; /* IE */
27 left:168px; /* IE6 */
28 top:-2px;
28 top:-2px;
29 }
29 }
30 #context-menu li.folder>ul { left:148px; }
30 #context-menu li.folder>ul { left:148px; }
@@ -117,4 +117,6 function getElementsBySelect(rule) {
117
117
118 return nodes;
118 return nodes;
119 }
119 }
120
121 window.parseStylesheets = parseStylesheets;
120 </script> No newline at end of file
122 </script>
General Comments 0
You need to be logged in to leave comments. Login now