I am currently facing an issue with arranging a container inline and it seems like there is something missing in my CSS code. After applying float:right, the class "second" does not seem to work as expected. Here's how my container is structured:
<nav id="main">
<a>First</a>
<ul></ul>
<a>Second</a>
</nav>
It looks like I might have overlooked something in my CSS styling.
For reference, here is the link to my jsfiddle: http://jsfiddle.net/pttVq/1/