jQWidgets Forums

This topic contains 1 reply, has 1 voice, and was last updated by  BrentH 10 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • I need left to right display. #61819

    BrentH
    Participant

    I have

    <div id='cbWebBaseShades' style='float: left;' ></div>
    <div id='slWebBaseShades' ></div>
    <label id="tbWebBaseShades" class="layerLabel"
    >County Base Map</label>

    and

    $('#cbWebBaseShades').jqxCheckBox({ theme: 'ui-smoothness', checked: true });
    $('#slWebBaseShades').jqxSlider({ theme: 'ui-smoothness', min: 0, max: 100, value: 100, step: 5, showButtons: false, ticksPosition: 'bottom', ticksFrequency:25, width: 35, height: 12 });

    Drawn like that they display top to bottom. How can I get them to draw consecutively on one line? I really don’t want to use absolute positioning.

    Thanks
    Brent

    I need left to right display. #61829

    BrentH
    Participant

    Figured it out.

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

You must be logged in to reply to this topic.