This topic contains 1 reply, has 2 voices, and was last updated by  Vladimir 9 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Transparent Panel #75413

    Thomas Schmidt
    Participant

    Hi there

    Is it possible to use a jqxPanel with a transparent background? I have some buttons and controls which I want to put inside a panel to make it possible to scroll them if there is not enough space. But I want to see the same background color as in the window and not the widget background color.

    Thank you for any answer.

    Thomas

    Transparent Panel #75454

    Vladimir
    Participant

    Hello Thomas,

    Yes you can set transparent background. The class you want to set the transparent background to is .jqx-widget-content.
    So you can use css like this.

    body {
        background-color: #CCCCCF
    }
    #panelWidget.jqx-widget-content,
    #panelWidget .jqx-widget-content{
        background: transparent;
    }

    Here is an example fiddle.

    Best Regards,
    Vladimir

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.