jQuery UI Widgets › Forums › Navigation › Expander › Expander's header fixed height
Tagged: expander, fixed, Header, height, jqxExpander
This topic contains 2 replies, has 2 voices, and was last updated by Dimitar 11 years ago.
Hi,
I just want to ask if how can I make my expander’s header height into fixed value. For example I just want to to be 20px.
That i wouldn’t be adjustable on it’s header’s content. For example I have a very long title on the header, and i want to make the header maintain it’s original size which is 20px. Is this possible?
Hello marshmelows,
This cannot be achieved through jqxExpander’s API but you can add the following style to your page:
<style type="text/css"> #jqxExpander .jqx-expander-header { height: 20px !important; } </style>
where jqxExpander is the id of your expander.
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
You must be logged in to reply to this topic.