Struggling with setting up a CSS3 Menu and having trouble getting my ul
to be positioned as absolute
.
I want the nav element to appear in the top left corner of the screen.
Even though I've used the following code, the position properties seem not to have any effect on the element's positioning:
position: absolute;
top: 0;
left: 0;