|
Hi Matt,
I added the requested screenshots. File the readme.txt Regards, Gerard Cool - thanks for the detailed bug report. I've verified that the CSS change I noted above works with the "solution". Thanks again!
Well guys, you actually broke the Menu for Internet Explorer - the Submenu will be waay on the left side now - the correct fix is :
.menuList li.selected ul.submenu { display: inline; left: 10px; position: absolute; top: 60px; } where top: 60px; is some value you need to ajust according to the size of the header text you put above |
|||||||||||||||||||||||||||||||||||||||
.menuList li.selected ul.submenu {
display: block;
position: absolute;
margin: 25px 0px 0px -10px;
}