Hi,
Is there a way to convert my project to work in IE8? All the textboxes etc. are out of position when viewing in IE8? It looks fine in IE7.
Thank you
For that you need to make table with fixed size then place all controls inside each cell. be sure all td, tr will be in right position i.e. open and close at proper position or you can use <div> with css also.