the submit buttons tag in Appfuse 2.0-m5

e.g.
<s:submit cssClass="button" method="save" key="button.save"/> 

will render differently in firefox & IE

In IE, the save, delete, cancel buttons will be aligned to right hand side.
And they are arranged in vertical order.

i.e.

<li class="buttonBar bottom"> 
        <div align="right"    id="wwctrl_clubForm_button_save"><input
type="submit"   id="clubForm_button_save" name="method:save" value="Save"
class="button"/>
</div>  
         
        <div align="right"    id="wwctrl_clubForm_button_cancel"><input
type="submit"   id="clubForm_button_cancel" name="method:cancel"
value="Cancel" class="button"/>
</div>  
    </li> 

How could I change the style so that they are aligned to the left and in
horizontal order as rendered in firefox ?

-- 
View this message in context: 
http://www.nabble.com/button-style-in-IE-tf3865905s2369.html#a10951902
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to