Previously I have asked a question about how to make hover border appear on menu items without re sizing image here and one of the member gave me a solution which works with what I want. But recently I have been noticing a glitch in my navbar where by when hovering on menu items it causes the item to slightly flicker. Additional to that, subsequent menu items are not displaying inline, which appears to be floating on top. I have tried v-align="middle"
but it does not seem to be working. The problem became worse when I browse with internet explorer. What I am trying to achieve is something like Twitter's navbar which when someone hovers over a menu item, a border will appear below the item.
Here is my JSFiddle file to my sample code.
Thank You