Hello,
Ok, going through the code I have found the problem:
.VillaHeaderNavmenuContainer {
clear: both;
top: -13px;
left: 79px;
margin: 0 auto;
background-color: aabbcc;
}
removing position: relative; fixes the problem
I would also recommend you set a background colour for this class:
.VillaHeaderNavmenuBackground
- so if a user is viewing with images disabled then the text in the menu is still readable
Also, I've noticed you have used a script in your skin to specify the doc type, are you aware that you can add a doc type file with your skin to set the doc type? checkout this tutorial:
How to select DOC TYPES in DotNetNuke 4.4I troubleshooted this skin by using the methods outlined in this tutorial:
Troubleshooting DotNetNuke SkinsThanks,