make a div block share a line?
- by acidzombie24
-edit- example: http://jsfiddle.net/AXCap/
i want the three links to be on the same line but the 3rd must be a block to take up remaining space in the li so that it is clickable. I tried a number of things and the example linked above is my closest result. How do i make the 3rd link share the same line and a block so the resut of the line is clickable?
I tried float left and that does not allow the third link to take up remaining space.