Hello,

How can I put an image from my images directory as an icon of a panel?

<ext:FormPanel ID="panelLogin" runat="server" Title="Panel" IconCls="iconoapp" Width="400" Height="200">
/* CSS File */
.iconoapp {background-image: url(../images/iconoapp.gif);}
I need your help.