how to hide
  • bullets in navigation menu and footer links BUT show them for listing items
  • 前端 未结 7 1880
    后悔当初
    后悔当初 2020-12-09 07:23

    I have a navigation menu, footer, and a slideshow which use listed style to list links and images. I have the css list-style:none; set to hide the bullets next

    7条回答
    •  天涯浪人
      2020-12-09 08:18

      The example bellow explains how to remove bullets using a css style class. You can use , similar to css class, by identifier (#id), by parent tag, etc. The same way you can use to define a css to remove bullets from the page footer.

      I've used this site as a starting point.

      
      
      
      
      
      
      
      
      • Coffee
      • Tea
      • Coca Cola
      • Coffee
      • Tea
      • Coca Cola

    提交回复
    热议问题