Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个NavBar并且我需要图像<li>
NavBar
<li>
如何使用<li>图像?
<div id="navBar1"> <ul> <!--INVERSE--> <li id="navTop4">Caixa</li> <li id="navTop3">Documentos -</li> <li id="navTop2">Fornecedor -</li> <li id="navTop1">Fabrica -</li> </ul> </div>
#navbar1 ul { list-style-image:url('mypic.gif'); }