jQWidgets Forums

jQuery UI Widgets Forums Layouts Docking Height problem in docking

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  aravindtrue 12 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Height problem in docking #7929

    aravindtrue
    Member

    Hi,

    Please have a look at this http://jsfiddle.net/sqvRL/28/

    The problem is, the height of second window ‘CSIC’ is fixed and creates the scrollbar when the content exceeds the height.

    I am facing this problem, when I prefix or traverse with ‘#sample’ in css. Whereas the scrollbar goes off, if I remove the #sample from the CSS.

    Also, the first window ‘database management system’ always has the scrollbar. Why it is behaving so?

    I need all the window to be auto height. How can I achieve this?

    Please help he on this.

    Regards,
    Aravind

    Height problem in docking #7930

    Peter Stoev
    Keymaster

    Hi Aravind,

    To change the window’s height/width, you need to set it to a value in pixels. It does not support auto height.

    Example:

           <div id="window0">
    <div>CISC</div>
    <div>
    <ul style="height: 200px;">
    <li><a href="#">Lorem ipsum</a></li>
    <li><a href="#">Dummy text</a></li>
    <li><a href="#">Lorem ipsum is a dummy text</a></li>
    <li><a href="#">Dummy text</a></li>
    <li><a href="#">Lorem ipsum</a></li>
    </ul>
    </div>
    </div>

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Height problem in docking #7955

    aravindtrue
    Member

    Thank you… 🙂

    Regards,
    Aravind

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.