Make whole <li> as link with proper HTML
问题 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 <li> 's to be "linked" or "clickable" if you will. Now only the <a> (and the <div> 's I've fiddled with) is "clickable". I've tried the li a {display: inner-block; height: 100%; width: 100%} method but the results where just horrible. The source can be found here: http://jsfiddle.net/prplxr/BrcZK/ HTML <!DOCTYPE html> <html> <head> <title>asdf<