IE8 alignment in div issue
Posted
by xrx215
on Stack Overflow
See other posts from Stack Overflow
or by xrx215
Published on 2010-04-30T19:41:25Z
Indexed on
2010/04/30
19:47 UTC
Read the original article
Hit count: 365
How to align the the button in center of div in IE8. Works fine in IE7 but not in IE8
<div id="dPopupFooter" style="background-color: #d9d9d9; position: absolute; z-index: 5;
bottom: 0px; width: 100%; height: 30px; border-top: solid 1px #acacac; text-align: center; padding-top: 3px;">
<table><tr><td><xrx:CustomButton id="btnClose" runat="server" OnClientClick="ClosePopup();" /></td></tr></table>
</div>
© Stack Overflow or respective owner