2
Reply

few questions

abed akhi

abed akhi

Sep 22 2012 3:54 PM
1.9k
Hi,

How can I center the text placed inside the menu I've written:

<div style="background-image:url('CompWebDesignImages/cell-grey.jpg'); text-align:center">
  <asp:Menu ID="Menu1" runat="server" Orientation="Horizontal" 
        onmenuitemclick="Menu1_MenuItemClick" style="margin-left: 13em"> 
  <staticmenuitemstyle ItemSpacing="10" Font-Size="Large" ForeColor="#CC3300"/> 
   </asp:Menu>
</div>

and it worked with chrome but not with IE how to fix that?
plus does anyone know why the float option in css does not work with sea monkey browser and some firefox versions... and how to fix that?

thanks.


Answers (2)