5 Replies Latest reply on Sep 14, 2007 8:45 AM by nbelaevski

    CSS on table effects dropDownMenu

    mail.micke

      Hi

      The following CSS class on a plain HTML table makes the dropdown menu appear out of place, moved by the margins below:

      .layoutTable{
      
       width: 800px;
       margin-left:100px;
       margin-top: 10px;
      
      }
      


      This is my html:
      <body>
      <table class="layoutTable">
      <tr>
       <td>
       <h:form id="toolbarForm">
       <rich:toolBar id="toolBar_01" style="width:100%" height="32px" itemSeparator="line">
      
       <rich:toolBarGroup>
       <rich:menuItem submitMode="server" action="START">
      [cut]
      


      Any work arounds for this?

      Cheers,
      Mike