Typically, I am able to troubleshoot my way out of any CSS dilemma, but this particular issue on Friday afternoon has me stumped!
Click here to see the problem. Hover over the menu items (birthday, wedding, etc.) and notice the dropdown effect.
Initially, these list items were floating perfectly side by side. However, after making various CSS adjustments on the website, they have suddenly started stacking on top of each other.
The problem is resolved when I specify a width for each item, but since the width will be dynamically generated, I need a different solution.
I am currently viewing the issue on Firefox 3.6.8, and it also occurs on Safari. I have not checked other browsers yet.
Can anyone point out what I am doing incorrectly?
Thank you!