tags:

views:

28

answers:

1

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
+1  A: 

That's exactly right, so if it isn't working the problem is in some of the code you aren't showing us

Gareth