[CLOSED] BodyStyle Transparent

  1. #1

    [CLOSED] BodyStyle Transparent

    Hi,

    I see that in your examples like https://examples2.ext.net/#/Form/Mis...ous/Form_View/ use this tag

    BodyStyle="background-color:transparent"
    This is very repetitive and I tried to use this that seems to work fine like a workaround.

    .x-panel-body-default:not(.x-grid-row-editor):not(.x-grid-body):not(.x-menu-body)
    {
        background-color: transparent !important;
    }
    Is there any other way to perform this or is it a correct solution?

    Because without any of these patch there is a white square in the middle of every panel.
    Last edited by Daniil; Jul 25, 2012 at 9:15 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Your solution looks good. But, I am afraid, you might get something transparent that you don't really need to be transparent.

    Personally, I would prefer to set up transparent using the BodyCls property.
    BodyCls="transparent-body"
    <style type="text/css">
        .transparent-body {
            background-color: transparent !important;
        }
    </style>
  3. #3
    Ok thanks for your opinion

Similar Threads

  1. Window + BodyStyle IE7 bug
    By Markp11 in forum 1.x Help
    Replies: 3
    Last Post: Nov 18, 2011, 10:49 AM
  2. [CLOSED] Window transparent background.
    By alainfo in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 17, 2010, 9:24 AM
  3. iframe transparent background
    By pintun in forum 1.x Help
    Replies: 1
    Last Post: Nov 05, 2009, 1:50 PM
  4. Coolite icons are not transparent in IE6
    By dbassett74 in forum 1.x Help
    Replies: 1
    Last Post: Apr 22, 2009, 12:10 PM
  5. [CLOSED] Panel BodyStyle
    By jchau in forum 1.x Help
    Replies: 4
    Last Post: Nov 05, 2008, 11:52 AM

Tags for this Thread

Posting Permissions