Hi,
See the following code:
<div style="MARGIN-TOP: 16px!important; MARGIN-TOP: 10px; MARGIN-RIGHT: 28px" align="right">
IE:<div style="MARGIN-TOP: 16px!important; MARGIN-TOP: 10px; MARGIN-RIGHT: 28px" align="right"> will rander as follows:
<div style="MARGIN-TOP: 10px; MARGIN-RIGHT: 28px" align="right">
Firefox:
<div style="MARGIN-TOP: 16px!important; MARGIN-TOP: 10px; MARGIN-RIGHT: 28px" align="right"> will rander as follows:
<div style="MARGIN-TOP: 16px!important; MARGIN-RIGHT: 28px" align="right">
MARGIN-TOP: 16px!important : the property of "!important" do not supported by IE, but it was supported by other browsers.
Therefore, the key to solve your problem is how the FireFox works.
To know more about FireFox, please visit:
http://www.supernova00.biz/userchrome.html
http://forums.mozillazine.org/viewtopic.php?t=551820
http://west-wind.com/WebLog/posts/1463.aspx
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
Hope it helps,
Hong Gang