Zrobiłem sobie taki mały szablonik na div;ach + css(dopiero się ucze)
I w FF strona wyświetla się prawidłowo, zaś w IE już nie..
Strona FF

Strona IE

Chodzi o to, że w FF środek strony jest na środku (taka tabelka-obramowanie), natomiast w IE ten środek dolgea do prawe jstrony ekranu tak jakby nie była wycentrowana + jest odstęp na dole między obramowaniem...
Tak wygląda index.html
css:
*{ color : #000000; background-color: #ffffff; font-family : arial; font-size : 12px; margin:0px; padding:0px; border:none; } a { color : #6e9bba; text-decoration : none; } a:hover{color:#176fae;} #top{ background-image : url('images/test1.jpg'); background-repeat : repeat -x; height:200px; width:100%; clear:both; } #all{ margin:0 auto; height:100%; width:760px; margin-bottom:8px; clear:both; } #srodek{ border: 4px solid #bcbaca; height:100%; width:760px; } #footer{ background-image : url('images/dol1.jpg'); background-repeat : repeat -x; height:90px; width:100%; clear:both; }
Jak to naprawić?
Pozdrawiam