Hi Friends, I have to make an html according to w3c Tables display in CSS. (http://www.w3.org/TR/CSS21/tables.html#table-display) well the link is reference link. So when i am making html which things should be kept in mind. And i have tried to make something, but its not working in IE. So can anyone help me out if he or she has worked on such requirements If yes then can anyone send me some sample files.
You will have the most problems with IE because that browser is 10 years behind web standards. That is why you never use it to initially test your markup. Always use a modern browser, typically Firefox, Opera, Safari, to make sure your markup is written and displays correctly. Then look in IE to see if it screws it up. If it does, chances are the bugs and quirks are known but so are the fixes.