make a div block share a line?
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-04-08T13:18:08Z
Indexed on
2010/04/08
13:53 UTC
Read the original article
Hit count: 315
-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.
© Stack Overflow or respective owner