I am trying to insert a ul li element inside a tab structure. Am not able to float li elements next to each other.
http://bakasura.in/king/elements/tabify/
li.tab-content-ul-li is not floating next to each other
Updated

the views li is dropping to the next line.
Try calling your listitems li rather than l1 🙂
Your HTML looks like
Change all the ‘l1’ tags to ‘li’
And it should work