I know this has been up a lot of times before, but I couldn\'t find any solution in my specific case.
I\'ve got a navigation bar and I want the whole
I think you may have meant inline-block, not inner-block:
inline-block
inner-block
li a {display: inline-block; height: 100%; width: 100%; }
Also, inline-block has its own set of problem with older IE browsers, and probably won't react how you'd expect.