Horizontal menu that fills out automatically

Well it has been a  while since my last post, but thought I would share this little script

The issue I ran into is how to fill out a horizontal menu nicely while allowing the content to be dynamic.

If we have a menu with a fixed amount of items and we don't let the [...]

PHP function CSS2ARRAY

A very usefull function Im using in our new CMS v6 to load the frontend css into an array in the backend. I can then use this array to:

- Generate a css file for use in the editor and page preview
- Extract menu/sub/subsub colours and sizes for custom font image generation for the menus
- And a [...]