My webpage is set up for tabbed browsing, with the tabs displayed as <li>
s in block form. The parent div containing the tabs is floated to the right. However, I am encountering an issue where the last tab is not fully aligning with the right side of the window and is leaving some space. I want the tab (or its parent container) to either be flush against the right side or have a 1px space.
Check out this fiddle for reference.