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.
有没有办法让垂直选项卡使用 div 而不是 li?
<div title="First Tab"> <p>1 Tab</P> </div> <div title="Second Tab"> <p>2 Tab</P> </div> <div title="Third Tab"> <p>3 Tab</P> </div> </div>
<div> <p style="text-indent:10px">This.</p> </div> <div> <p style="text-indent:10px">That.</p> </div>
这只是一些简单的CSS。