How do i write the same when the ul is a class instead of id?
ul#Menu li a{}
ul.Menu li a{} not working properly
How do i write the same when the ul is a class instead of id?
ul#Menu li a{}
ul.Menu li a{} not working properly
That's exactly right, so if it isn't working the problem is in some of the code you aren't showing us