Ho un problema di posizionamento con alcuni elementi, dopo averlo ispezionato Strumenti per sviluppatori IE8 mi mostra questo:
Ora sono abbastanza sicuro che il mio problema sia quell'offset 12, ma come lo rimuovo ? Non riesco a trovare alcuna menzione di una proprietà offset CSS. Abbiamo bisogno di un offset oltre al margine?
Ecco il codice che produce questo:
<div id="wahoo" style="border: solid 1px black; height:100px;">
<asp:TextBox ID="inputBox" runat="server" />
<input id="btnDropDown" type="button" style="width:26px; height:26px; background-position: center center; border-left-color: buttonface; background-image: url(Images/WebResource.gif); border-bottom-color: buttonface; border-top-color: buttonface; background-repeat: no-repeat; border-right-color: buttonface;" tabindex="99" />
<div id="ListboxWrapper" style="display:none; position:absolute; onfocusout="this.style.display = 'none'"">
<asp:ListBox ID="lstBoxCompany" runat="server" AutoPostBack="True" OnSelectedIndexChanged="lstBoxCompany_SelectedIndexChanged" style="z-index: 100;" Width="300px" />
</div>
</div>
L'elemento con l'offset è inputBox
left
etop
proprietà.