Click here to Skip to main content
15,867,762 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi Expert,

I am designing one page in asp.net

In this page i have added one div(DivSubmtForm).

In That div i took one table

In that table there are 10 tr and each tr contain 7 td

Below table code working fine in google chrome and IE7 but not in mozilla6


HTML
<div id="DivSubmtForm">

<table  align="center" cellspacing="2" cellpadding="2" style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:14px; color:#333333; "                                 
                             >




</table>

</div>




Give me suggestion..

Thanks in advance
Posted
Comments
Yuri Vital 5-Oct-11 7:25am    
What happend in Mozilla6 ?
udusat13 5-Oct-11 8:36am    
Thankssssssssss..

cellpadding working in all browser but cellspacing not working in mozilla
Sergey Alexandrovich Kryukov 5-Oct-11 16:05pm    
Sorry, what's Mozilla 6? A link, perhaps? If this is a Web browser, I know only Seamonkey and Firefox. Is it old Mozilla browser suit, before Seamonkey?
--SA
udusat13 6-Oct-11 2:20am    
Ok.....

1 solution

it should work without any issue,Please check it by Firebug.
 
Share this answer
 
Comments
udusat13 5-Oct-11 8:37am    
Thankssss..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900