Hello Everyone, Good Morning. I am trying to migrate my web site to support IE8. I am facing strage problem with the width calculation of TH. Problem is as below. I have table with one TR and multiple TH. I have set the TH width to 50px through JavaScript and i have attach the CSS class which set the border of 1px and padding of 6px to the TH. But when i get the width of the TH it has return me only 50px. Actually it should return 62. I have verify the same in IE6 and IE7, both has return 62px. Is there any change made in IE8 regarding width calculation of the component
IE8 does not work like IE7 which does not work like IE6. There are a multitude of factors affecting this, too, such as doctype, haslayout and such. As always, without markup, anything we say would be a guess.
Hi, IE8 does not work like IE7 which does'nt work like IE6. There are many factors affecting this, such as doctype, haslayout etc....