hi all
I have created a online Bus Ticket Booking dynamic website using JSP, SERVLET, CSS,JAVASCRIPT. And i have some issue related to table view
on my index page there is a table for ticket booking and it is displaying properly on Mozilla Firefox but unable to be displayed properly on Internet Explorer. given below is the css for table :
#maincontent table{
line-height:1px;
margin: 0 auto;
/* margin-bottom: 10px;*/
background-color:#FBEFF5;
padding: 0px;
}
#maincontent th{
border-top:3px solid #970205;
border-bottom:3px solid #970205;
padding:5px;
color:#ffe401;
background-color:#CA0308;
text-align:center;
}
#maincontent td{
padding:2px;
font-size: 12px;
}
Anyone can help please?
thanks in advance