I’m trying to stretch the menu, almost like it’s been done here:
Stretch horizontal ul to fit width of div
Only I’m trying to make it so that the actual texts, are to the very left and right (now their containing li are stretched, but the text is centered.
Any ideas och links to examples? 🙂
CSS/or table doesn’t matter, as long as it works in all browsers 🙂
like this:
http://www.alisso.se/wordpress/uploads/2012/05/spread-menu.png
I have set up a jsfiddle for you which will achieve the style you want http://jsfiddle.net/trickeedickee/Kkngn/ I used extra classes of first and last. I could have used :first-child and :last-child but didn’t want to overcomplicate it for you.
Let me know if this works and if not I’ll help out some more.