##// 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 25 #context-menu li.folder ul {
26 26 position:absolute;
27 left:128px; /* IE */
27 left:168px; /* IE6 */
28 28 top:-2px;
29 29 }
30 30 #context-menu li.folder>ul { left:148px; }
@@ -117,4 +117,6 function getElementsBySelect(rule) {
117 117
118 118 return nodes;
119 119 }
120
121 window.parseStylesheets = parseStylesheets;
120 122 </script> No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now