Jump to content

lily_88

Newbie
  • Posts

    1
  • Joined

  • Last visited

Everything posted by lily_88

  1. Здравствуйте, помоги, пожалуйста. Имеется css файл: html{ height: 100%; } body{ margin: 0; padding: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background: #FFFFFF; height: 100%; } #wrapper { margin: 0 auto; width: 880px; } #header { width: 870px; height: 2px; margin: 0px; background: url("/images/top_line.jpg") no-repeat; } #leftcolumn { float:left; background: url("/images/gradient_left.jpg") repeat-y; margin:0; height:133px; width:35px; } #content { float:left; background:#0795bd; margin:0; height:133px; width:802px; display:inline; } #rightcolumn { background:url("/images/gradient_right.jpg") repeat-y; margin: 0; height:133px; width: 35px; float: left; } html файл : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"> <head> <title>ГИС </title> <link rel="stylesheet" type="text/css" href="/css/style.css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <!-- Begin Wrapper --> <div id="wrapper"> <!-- Begin Header --> <div id="header"> </div> <!-- End Header --> <!-- Begin Left Column --> <div id="leftcolumn"> </div> <!-- End Left Column --> <!-- Begin Content Column --> <div id="content"> </div> <!-- End Content Column --> <!-- Begin Right Column --> <div id="rightcolumn"> </div> <!-- End Right Column --> </div> <!-- End Wrapper --> Вот во всех браузерах типа Mozilla, Opera, NetscapeBNavigator все работает отлично, а в IE вообще появляется вверху отступ. то есть вставляется картинка top_line.jpg и дальше появляется отступ!!! В других браузера такого нет!!! Я вообще не знаю как его убрать.... Просто очень надо чтобы везде одинаково было..
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy