Setting html controller to right side in firefox extension
Posted
by
Yashwant Kumar Sahu
on Stack Overflow
See other posts from Stack Overflow
or by Yashwant Kumar Sahu
Published on 2011-01-07T08:28:22Z
Indexed on
2011/01/16
20:53 UTC
Read the original article
Hit count: 187
mozilla-plugin
Hi Expert,
I am creating Mozilla extension. Here I need to set button controller right side in extension. Here I divide XUL file to div element. I have take a main div element and inside this i have take two more inner div. Then I have set one inner div style property float:left; and another div style property float:right. But this is not helpful for me. Here I also set Button CSS style property float:right which is inside the div which have property float:right.
Awaiting for your response. Thanks in advance
© Stack Overflow or respective owner