![]() |
|
|
Регистрация Восстановить пароль |
Регистрация | Задать вопрос |
Заплачу за решение |
Новые сообщения |
Сообщения за день |
Расширенный поиск |
Правила |
Всё прочитано |
![]() |
|
Опции темы | Поиск в этой теме |
![]() |
#1 |
Пользователь
Регистрация: 29.10.2013
Сообщений: 10
|
![]()
В IE 6 заежает подвал на меню по сторонам
http://5.kilssbosses.myjino.ru/ Код HTML:
<!doctype html> <html> <head> <meta charset="utf-8"> <title>3 Колонки</title> <link href="css/common.css" rel="stylesheet" type="text/css"> <!--[if IE]> <link href="css/ie.css" rel="stylesheet" type="text/css"> <![endif]--> </head> <body> <div id="container"> <div id="main"> <div id="all"> <div id="left">left<br>left<br>left<br>left<br>left<br>left<br>left<br>left<br>left<br>left<br>left<br>left<br>left<br>leftv</div> <div id="right">right</div> <div id="center">center center center center center center center center center center center center center center center center center center center center center center center center center center center vcenter center center center center</div> </div> </div> <div id="footer"></div> </div> </body> </html> Код HTML:
html, body, #container{ height:100%; } html{ background:#fff; color:#333; } *{ margin:0; padding:0; } #container{ min-width:800px; max-width:1000px; margin:auto; } #main{ min-height:100%; margin:0 0 -100px; background:#ccf; } #all{ overflow:hidden; padding:0 0 100px; } #left{ float:left; width:200px; } #right{ float:right; width:200px; } #center{ margin:0 200px; } #footer{ height:100px; background:#cfc; } Код HTML:
*html #main{
height:100%;
}
*html #container{
width:expression{
(document.documentElement.clientWidth || document.body.clientWidth) < 800? '800px': (document.documentElement.clientWidth || document.body.clientWidth) > 1000? '1000px': 'auto' );
}
*html #all{
width:100%;
}
Последний раз редактировалось romanu416; 31.07.2014 в 05:04. |
![]() |
![]() |
![]() |
Опции темы | Поиск в этой теме |
![]() |
||||
Тема | Автор | Раздел | Ответов | Последнее сообщение |
Почему "гуляет" подвал при изменении масштаба? | Blondy | HTML и CSS | 8 | 09.06.2013 18:42 |
контент и футер | lansh | HTML и CSS | 2 | 30.10.2012 21:05 |
Прижать подвал | kuba1981 | HTML и CSS | 3 | 17.10.2012 20:07 |
Не выводиться контент!!! | might2012 | WordPress и другие CMS | 0 | 06.04.2012 15:51 |
Меняющийся контент | 9GYAR | HTML и CSS | 3 | 20.07.2011 16:01 |