» Forums
» NavBar
» Bug reports
» Changing icons size
| Changing icons size ¶ | |
| Hi! menu.prefs["icon-width"] = 32; Before of menu.generate(); But it seems to have no effect. Is there a bug here? | |
| Re: Changing icons size ¶ | |
| These may also be defined in the CSS file. For example, look into navbar/navbar.css file and search for '.image' or '.img'--note that some define width and/or height. Same problem might apply to the WinXM theme. It was essential to define the width/height through JavaScript too in order for PNG icons to work properly in Internet Explorer. | |
| last |
| Re[2]: Changing icons size ¶ | |
| I has the same problem, but I set the properties values before call the openMenu() method and all works. menu.prefs["icon-width"] = 16; | |
| last |














