[CLOSED] Panels with rounded corners

  1. #1

    [CLOSED] Panels with rounded corners

    Hi...

    I wish my panels with rounded corners... I set the property 'frame' as true... but the background set to transparent...
    I whis panels with rounded cornes and my oringial background color... How i can do this??

    With style: 'background-color: white;' property or there are other property to set only corners to rounded?

    Thanks for your help
    Last edited by Daniil; Jul 30, 2012 at 8:50 AM. Reason: [CLOSED]
  2. #2
    Hi,

    I have not god what background do you need?

    Does the following not suite your needs?

    Example
    <ext:Panel 
        runat="server" 
        Width="400" 
        Height="400" 
        Frame="true" 
        BodyStyle="background-color: white;" />
    Generally, many things are possible via CSS. Here is some example.
    https://examples2.ext.net/#/Panel/Mi.../Bubble_Panel/

    It's, probably, not that you need, but demonstrates the possibilities.
  3. #3
    Ok...

    Thanks Daniil!

Similar Threads

  1. [CLOSED] So many panels and nested panels
    By thchuong in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 03, 2012, 5:23 AM
  2. [CLOSED] how to marge 2 panels?
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 11, 2012, 10:41 AM
  3. [CLOSED] [1.2] Switch panels?
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 01, 2011, 3:57 PM
  4. Rounded edges on panel?
    By dbassett74 in forum 1.x Help
    Replies: 3
    Last Post: May 10, 2009, 3:21 PM
  5. [CLOSED] Round corners and shadow on panel?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 23, 2009, 7:58 AM

Posting Permissions