Horizontal unordered lists non-floating
Revised 8th May 2009
POSITIONED LEFT
POSITIONED CENTER
POSITIONED RIGHT
copyright © stu nicholls - CSS play
Information
NO FLOATS HAVE BEEN HARMED IN THE MAKING OF THESE MENUS
Using display:table; which is understood by all the modern browsers, we can center a horizontal menu of unknown width by using margin values.
For IE6 and IE7 we can use display:inline-block; and display:inline; which gives the menu a width value and then position this using text-align.
When using display:table; in Firefox, you must also use display:table-row; in the following element to fix an intermittent bug in which the containing elements wrap around on to two lines.
This now works in IE6, IE7, IE8, Firefox, Opera, Safari(PC) and Chrome.
Copyright
You may use this method on your personal 'non-profit' web site without seeking my permission. A link back to CSSplay is always appreciated.
Commercial usage is also permitted without seeking approval, but I would ask that a donation is considered to support my work on CSSPlay.
If you are having problems integrating any of my demonstrations into your website then I now offer a service to fault find and correct any errors that you may have introduced. Please email me for more information.




