I have a nav bar with dropdown menus, I would like the dropdown menus to stretch to whatever width necessary for the content inside it, but they will only go as wide as their parent element
I've read quite a bit on this, and most people suggest setting position:absolute on the dropdown menus. I've already done this and it doesn't effect it
My jsFiddle is here: http://jsfiddle.net/Rqgh6/
Does anyone know how I can get it the dropdowns to go wider than their parent element?