I've create a website by html, css. when I test this script by Firefox then its ok. This mean whole layout shows center. but when I test it for IE then whole layout sifted to left site! So how can I fixed this problem & make my layout center for IE too. Please reply your valuable answer.
.body{ background-image: URL(b.gif); color:white; width:700px; font-size:12pt; font-weight:bold; border: 1pt solid white; margin: auto; } is there anything wrong thats why......
There is something called 'Browser Compatibility'. You can read more about it by searching 'browser compatibility' in Google and going to any link. Try things yourself and find out.