Jump to content

romanov

User
  • Posts

    33
  • Joined

  • Last visited

Everything posted by romanov

  1. Что мне сделать чтобы он прижимался при моей разметке ?
  2. Убрал лишнюю разметку http://jsfiddle.net/pwLyV/1/
  3. Я не знаю такая ссылка будет у вас работать http://jsfiddle.net/pwLyV/
  4. Я смотрел в редакторе все теги реально закрыты
  5. ВСЕ ТЕГИ ЗАКРЫТЫ Я КОПИРОВАЛ ИЗ FIREBUG'а html структуру <a href="http://savepic.su/1633643.htm" target="_blank" ><img src="http://savepic.su/1633643m.jpg" border="0" alt="Изображение - savepic.su — сервис хранения изображений" /></a>
  6. Спасибо за ответ,но при такой разметке как у меня футер не прижимается
  7. Все добрый день, помогите пожалуйста сделать так чтобы футер оставался всегда внизу страницы, перебробовал разные варианты не получается, вот примерная структура страницы <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "www.w3.org/TR/html4/loose.dtd"> <html> <head> <body> <div id="cont"> <div id="otziv"> <div id="main"> <div id="container"> <div id="footer"> </div> </div> </body> </html> CSS #cont { margin-left: -550px; position: relative; width: 1100px; } #otziv { background: url("../imgs/otziv.jpg") no-repeat scroll 0 0 transparent; float: left; height: 197px; left: 10px; position: relative; top: 152px; width: 55px; } #main { background: url("../imgs/shadow.jpg") repeat-y scroll 0 0 transparent; float: left; width: 1000px; } #container { height: auto; width: 1000px; } #footer { background: none repeat scroll 0 0 #F5F3F3; clear: both; float: left; left: 12px; list-style-type: none; padding-top: 10px; position: relative; width: 979px; }
×
×
  • 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