Placing an image in the titlebar of a firefox sidebar extension -


is possible put background image, and/or modify close button (x) in sidebar's titlebar?

i know can set text value of changing sidebartitle="" there way put image in there?

basically i'd put logo there instead of inside sidebar real-estate limited.

i'd able without modifying profile css can deploy changes extension.

any ideas?

i ended finding element within sidebar-box id of "sidebar-header" , setting variable named "sbhead".

i able sbhead.style.display="none";

finally in overlay.xul added hbox tag new header , set height 25 pixels same tabs.

inside hbox added content wanted, include close button calls togglesidebar() functionality of header same.

i hope helpful someone!


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -