I am trying to make my subnav list display horizontally rather than stacked. I have tried a few different things, but I cant figure it out. I have tried to use Float, but it messes with the width of the divs below it. Not sure why this happens.
Can anyone help me?
Delete the width limitation as Habib suggested, then add a clearfix class to the containing ul.
The styles for the clearfix should always go at the bottom of your style block or style sheet.