jquery移动基本div格式

jquery移动基本div格式,jquery,jquery-mobile,html,Jquery,Jquery Mobile,Html,我有下面的DIV。当它呈现时,我注意到表中有一些像素在5-10px左右,尽管我没有指定它。我需要把桌子放在沙发的正上方。我该怎么做 <div data-role="page" id="page2" > <div data-role="content" align="top" > <table border="0" align="CENTER" cellspacing="0" width="100%" style="vertical-align

我有下面的DIV。当它呈现时,我注意到表中有一些像素在5-10px左右,尽管我没有指定它。我需要把桌子放在沙发的正上方。我该怎么做

<div data-role="page" id="page2" >

<div data-role="content" align="top" >  

        <table border="0" align="CENTER" cellspacing="0" width="100%" style="vertical-align: text-bottom;" >
        <tr>
        <td>
            <div id="question" class="question">
            <Style>
                #question{
                  font:10px;
                }
            </style>        
            </div>
        </td></tr><tr>
        <td style="text-align:center;">
            <div class="ui-grid-b" >
                <div class="ui-block-a"><button id="button1" type="submit" data-theme="c" style="font-size:0.8em;"></button></div>
                <div class="ui-block-b"><button id="button2" type="submit" data-theme="c" style="font-size:0.8em;"></button></div>   
                <div class="ui-block-c"><button id="button3" type="submit" data-theme="c" style="font-size:0.8em;"></button></div>  
            </div>
        </td>
        </tr>
        </table>
    <!--/div-->
</div>

</div>

#问题:{
字体:10px;
}
您可以试试这个