Jag har två labeler som jag ville ha lite ovanför botten, men hur jag än gör så kommer de galet.Får ingen ordning med position av labeler
Jag har försökt med div men ingen skillnad.
<code>
<asp:Label ID="lbAntalSidor" runat="server" CssClass="counter" Font-Bold="True" Height="15px"
Style="z-index: 109; left: 22%; position: absolute; bottom: 20px" Width="128px"
Font-Size="10pt"></asp:Label>
<asp:Label ID="lbVisaSidnr" runat="server" CssClass="counter lankar" Font-Bold="True"
Style="z-index: 110; left: 40%; position: absolute; bottom: 20px" Width="86px"
Font-Size="10pt"></asp:Label>
</code>
Hur bör jag göra??