Hi,
I'm trying to do something I consider easy, but it turns out to be not so easy. I have a div that has a certain width (may vary). I'm trying to put a (vertical) menu in this div. All the items in the first level (the ones that are visible by default) should stretch to 100% of the container (in this case a div).
Setting the width for the RadMenu to 100% makes the menu stretch, but the items are not following along (they remain the same width as before, I'm guessing the width set by the item's text content). How can I make the items stretch as well?
Thanks.
P.S. I'm using a custom skin so changing the css would be OK, but I need to know what to change.
I'm trying to do something I consider easy, but it turns out to be not so easy. I have a div that has a certain width (may vary). I'm trying to put a (vertical) menu in this div. All the items in the first level (the ones that are visible by default) should stretch to 100% of the container (in this case a div).
Setting the width for the RadMenu to 100% makes the menu stretch, but the items are not following along (they remain the same width as before, I'm guessing the width set by the item's text content). How can I make the items stretch as well?
Thanks.
P.S. I'm using a custom skin so changing the css would be OK, but I need to know what to change.