我有這樣的一個UI元素在我的網頁:如何製作兩個ul li元素內聯?
<ul class="nav pull-left" style="width: 90px; list-style-type: none;margin: 0; padding: 0;">
<li><a href="#" style="display: inline-block;text-align: center;"><i class="glyphicon glyphicon-tree-conifer"></i> <br> sites</a></li>
<li><a href="#" style="display: inline-block;text-align: center;"><i class="glyphicon glyphicon-tree-conifer"></i> <br> events</a></li>
</ul>
這裏它的外觀:
我需要改變上述外觀,使這兩個元素的內聯:
我試過example。但是我沒有得到想要的結果。請幫助我對元素進行內聯。
你有什麼想法當我在鼠標中定位標籤時,如何刪除突出顯示? – Michael
如果我理解你的問題,好像你想要像這樣添加一行到你的文件中:但是請注意,全部放置在附加的樣式表中,而不是直接放在HTML本身中。您可以嘗試將其直接添加到HTML,但要測試它,看看是否可以解決您的問題 –
這裏我發佈了一個問題:http://stackoverflow.com/questions/39922487/how-to-remove-highlighting-on-錨元件 – Michael