Jump to content

svdsLis

User
  • Posts

    30
  • Joined

  • Last visited

Everything posted by svdsLis

  1. В путях проблемы нет, делаю новый див, делаю ссылочку на тот же бэкграунд и он отображается.
  2. Не отображаются бэки, всё перепробывал: HTML: <div id="container"> <div id="border_top_left"></div> <div id="border_top_center"> <img src="http://dota-blog/wp-content/themes/worldofdota/images/top_left_b.gif" align="left" alt="" /> <img src="http://dota-blog/wp-content/themes/worldofdota/images/top_right_b.gif" align="right" alt="" /> </div> <div id="border_top_right"></div> </div> CSS: html,body{margin:0;padding:0;background-color:#000000} #container{margin:0 auto;width:950px} #border_top_left{width:35px;display:inline;background:url(images/top_left_a.gif) no-repeat} #border_top_center{width:880;display:inline;background:url(images/top_bg.gif) repeat-x} #border_top_right{width:35px;display:inline;background:url(images/top_right_a.gif) no-repeat}
  3. Проблема в следующем: <div id="main"> <div id="1" /> <div id="2" /> </div> Див main резиновый а див2 имеет фиксированный размер, как сделать чтобы див 1 заполнял всё свободное место, див 1 и 2 находятся на одной строке.
  4. Victor Ananiev Как разместить 3 дива на одной линии?
  5. Проблема а вернее вопрос в следующем: нужно разместить 4 изображения, каждое в разных углах, тобишь в левом верхнем, в правом верхнем, нижнем левом и нижнем правом. А между ними контент. Это легко реализуется через таблицы. Но так как стремлюсь к лучшему, хочется это сделать через div. Подскажите как сделать это наиболее правильно.
×
×
  • 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