html - How to position image in the extjs panel as required.? -


i have panel links other components render on-demand. have background image panel. need display company logo @ bottom-right/top-left/top-right/bottom-left of panel @ run time. due other components rendering in same panel cannot change layout other. want apply css, logo positioned required.

your appreciated!

thanks much!

to set css class panels body can this:

panel.body.addcls("logo"); 

and css needs this:

.logo  {     background-image: url(logo.png);     background-position: top right, top left;     background-repeat: no-repeat;  } 

this display logos in top right , top left of panels body.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -