Jump to content

jsmaximum

Newbie
  • Posts

    2
  • Joined

  • Last visited

jsmaximum's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Нет, нужно прикрутить ссылку на bottom:20px; right:20px; position: fixed; Во всех нормальных браузерах вс? норм, ie - как всегда.
  2. Здравствуйте, есть такой код: <html> <head> <style type="text/css"> body { margin: 0; padding: 0; width: 100%; color: WindowText; } #header { width: 100%; padding: 0.5em 0; background-color: ButtonFace; color: ButtonText; position: fixed; bottom: 0; left: 0; //position: absolute; bottom: expression( document.getElementsByTagName( 'body' )[0].scrollBottom + "px" ); } #content { background: Window url('grid-10.gif'); padding: 2.2em 0; width: 100%; height: 3000px; } </style> </head> <body> <div id="header">Top Frame Content</div> <div id="content"> <p>Middle Frame Content</p> </div> </body> </html> Я пытаюсь прижать блок к низу страницы, но в ie он прижимается только на первом развороте, если скролить страницу, то блок уходит на верх, то есть вед?т себя ни как. Код взял у Лебедева. Но его вариант не подходит. Там позиционирование по верхнему краю, с указанием ограничения по высоте. Во всяком случае при высоте страницы больше 800px его вариант не работает.
×
×
  • 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