hai
Pls tell me about ie8 and ie9,i am developing web site in VS2012 ,if i run in ie9 it works but if i run same web page in ie8 the alignment is goes off(worngly) pls tell what problem with html .Here i post simple code in that justRounded Corner Table,this one work in ie9 ,firefox and chrome but in ie8 thatRounded corner not comes.IE 8 in xp sp3,both are run in iis(publish copy) with application ASP.Net v4.0 pls reply me asap
Thanx
Pls tell me about ie8 and ie9,i am developing web site in VS2012 ,if i run in ie9 it works but if i run same web page in ie8 the alignment is goes off(worngly) pls tell what problem with html .Here i post simple code in that justRounded Corner Table,this one work in ie9 ,firefox and chrome but in ie8 thatRounded corner not comes.IE 8 in xp sp3,both are run in iis(publish copy) with application ASP.Net v4.0 pls reply me asap
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Defa.aspx.vb" Inherits="Defa" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><title></title><style type="text/css"> .rounded_edges { -moz-border-radius: 15px; border-radius: 15px; background-color: #DFDFDF; }</style></head><body><form id="form1" runat="server"><div><table style="overflow: auto; width: 100%"><tr><td style="width: 2%; vertical-align: top;"> </td><td style="width: 20%; vertical-align: top;"> </td><td><table id="TFTP" width="65%" runat="server" class="rounded_edges" style="display: block; height:100px"><tr><td><asp:Button ID="Button1" runat="server" Text="Button" /><br /></td></tr></table></td></tr></table></div></form></body></html>
Thanx