-
Michael VS
14
posts
Member since:
Jul 2007
Posted 11 Feb 2009
Link to this post
Hi there,
I'm trying to do a custom menu and have copied the CssBlue skin to modify.
I want my menu items to be fixed width and height but if the text doesn't fit I want it to wrap in its menu item space.
How do I achieve this using CSS Styles as currently it seems to push the size of the menu item out bigger than what i want and text stays to one line.
Thanks
Michael
-
-
Michael VS
14
posts
Member since:
Jul 2007
Posted 12 Feb 2009
Link to this post
Hi,
Solved this with:
white-space
: normal;
thanks
Michael
-