Hello
Can anyone help
How can i get the effect of rounded corners on my Panels using css.
Please help
Hello
Can anyone help
How can i get the effect of rounded corners on my Panels using css.
Please help
and you can also change the border style, e.g.Code:frame: true
Code:baseCls: 'x-window' or baseCls: 'x-tip' or baseCls: 'x-box' or baseCls: 'x-box-blue'
But the only problem i get is that this doesn't support the header which is one of the most important parts of the panel. is there a different code i can use?
'x-panel', 'x-tip' and 'x-window' do support a header!
Only 'x-box' and 'x-box-blue' don't have the correct background images for a header (but you could modify those).
Try to use CSS properties with vendor prefixes like in this example: box with rounded corners using CSS3. For older version of the Internet Explorer you sould use PIE.