Having an issue displaying my nav bar properly in IE

Having an issue displaying my nav bar properly in IE. It works like it was intended in Chrome, Firefox and Safari.

Internet explorer seems to be adding some padding around the buttons which is making it spill out into two lines.

How do I fix this?

Site is AKF360.com

Which version of IE is it that has the problem?

I’m on IE 10 OS is windows 8

It also happens in IE8.

Try removing the border from the image.


a img,img{border:none}

That did it! Thank you.