开发者

css class and id on UL

开发者 https://www.devze.com 2022-12-19 08:58 出处:网络
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

0

精彩评论

暂无评论...
验证码 换一张
取 消