Jump to content

deadmeat

Newbie
  • Posts

    4
  • Joined

  • Last visited

deadmeat's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. не могу понять почему r_menu идёт впереди contenta: <div id="l_menu">left<br></div> <div id="r_menu">right<br></div> <div id="content">center<br></div> при коде написанном в сообщении 4 в фаерфоксе всё отображается правильно, а вот в интернет эксплорере content вылезает за правую колонку
  2. Здравствуйте, не могу понять как составить трёх колонный макет. Как на картинке: html: <div id="structure"> <div id="header"> </div> <div id="l_menu"> </div> <div id="content"> </div> <div id="r_menu"> </div> </div> CSS: #structure { position: relative; width: 80%; height: 100%; left: 10%} #header {width: 100%; height: 100px} #l_menu {height: 100%; width: 150px; float: left} #content {height: 100%; float: left } #r_menu {height: 100%; width: 150px} #bottom {width: 100%; height: 50px } что здесь не так? надо что б content занимал всё оставшееся место после l_menu и r_menu
×
×
  • 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