I would like to add a drop-down menu to the Our Services menu item on my site. You can see the development location at http://dev.eimpactweb.com/Contact/. If you mouseover Our Services, you’ll see that the drop-down menu is present, but all of the items are different widths. How do I make them all the same width? The source is pretty nasty right now b/c of all of my attempts to make this work, so I apologize for that. Thanks in advance for your help!
Share
Adding this long CSS selector using Firebug gets you your fixed width drop down links:
Of course, it will probably be possible to do that more efficiently – but you already know this; it’s messy.