I am using a RadPanelBar for a navigation menu and this will eventually be used within a frameset which can have the frame width dynamically altered.
I am using a text-overflow:ellipsis css style on the text and that works fine in keeping the text together and not wrapping midword, however the problem is that as the width of my radpanel gets smaller the text in its entirety will wrap to the next line seperating from the icons(which I have placed at the left of each radpanelitem). As far as I know I cannot use the css white-space:nowrap as that only applies to the text itself. Is there any other way to make it so the radpanelitem as a whole does not wrap?
Jan
I am using a text-overflow:ellipsis css style on the text and that works fine in keeping the text together and not wrapping midword, however the problem is that as the width of my radpanel gets smaller the text in its entirety will wrap to the next line seperating from the icons(which I have placed at the left of each radpanelitem). As far as I know I cannot use the css white-space:nowrap as that only applies to the text itself. Is there any other way to make it so the radpanelitem as a whole does not wrap?
Jan