I am trying to make a menu take 100% the width of its container, in this case a div.
Please see http://www.ajula.edu/temp/tests/menu.htm
As you can see I tried
Code: Select all
menuwidth="100%";
itemwidth="100%";
I do not understand how it rawcss affects the width of the menu. If I comment out the rawcss, it does not fill the container at all. With any other value I cannot predict how wide the menu will be.
Bottom line I am looking for a way for a menu to spread and take the full width of it container and make the items spread evenly to fill it
Also where can I find examples and good explanation on how rawcss works?
Thanks
Moshe