I have a page designed for tabbed browsing. The tabs are <li>s, which are displayed as blocks. The parent div of tabs is set to float right. But the last tab is leaving some space with right. It is not getting attached to the right side portion of window. I want the tab (or the tabs parent) to attach to the right side or it may leave a 1px space.
Here is the fiddle.
Replace this
into
All you need is to delete width of parent div, and all will be OK)))