I found some nice code to build a horizontal nav bar. Works great in Safari & Chrome. But Firefox displays it funky. Havent treaded the IE waters yet, but i suspect it is the same. Any help would be greatly appreciated! Thank you in advance.
You are kind of asking for trouble using such a cutting-edge and only partially supported layout model. For pretty much the same result, you can do that in a much more bulletproof method:
If you want the spacing to vary, you could even use JS, which is probably a better option than CSS3 properties that are still on the table. The display: table method works back to IE8, but there are other, older methods that support older browsers, too.
Thanks ralph.m!! That worked out great. Thanks for being nice to the newbie. I will def have to check out the link on posting basics Super thanks again!