How to style CSS role

前端 未结 7 702
庸人自扰
庸人自扰 2021-02-03 16:12

In the following HTML

the id can be accessed through #content in CSS. How do I access

7条回答
  •  自闭症患者
    2021-02-03 17:09

    follow this thread for more information

    CSS Attribute Selector: Apply class if custom attribute has value? Also, will it work in IE7+?

    and learn css attribute selector

    http://www.w3schools.com/css/css_attribute_selectors.asp

提交回复
热议问题