
Originally Posted by
sourfacedcyclop
Crap, I hate premade CSS it always looks so complicated compared to when I do it. To get the text to align left on the secondary layers I would use
Code:
ul.dropdown li ul a {
text-align:left;
}
I think that would work.
I added this to your code, so it also applies to not-links
Code:
ul.dropdown ul li a,
ul.dropdown ul li span {
text-align:left;
}

Originally Posted by
sourfacedcyclop
The v-align I am not so sure, you could try to use a margin-top of like 5px in you ul.dropdown a part.
The reason your hover isn't working on that one like is because the text extends outside of the hover height.
and I also hate premade CSS, but Im too lazy to go figure out how to make a dropdown nav right now. as you can see im also too lazy to fix the problems my self. =]
o I almost forgot, +REP