Jump to content

Lakont

Newbie
  • Posts

    7
  • Joined

  • Last visited

Lakont's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. То естб нужна Резина с фиксацией контента до 1280, а сам фон тянется полностью
  2. На сайте ширина 1280px, но на большом разрешении ( например 1300 ) после 1280px идет белое место 20px Вот собственно, как сделать, что бы эти 20px дотягивались ? Я немного подумал, и решил. html { width:100%; } .content {width:1280px;} .footer {width:1280px;} . и другие слои как такой вариант?
  3. Здравствуйте! Кто соображает в html и css подскажите, как сделать что бы весь макет сайта тянулся на весь экран по оси х. То есть width стоит 1280px, на маленьком мониторе появляется горизонтальная прокрутка, а на большом мониторе ( С разрешением примерно 1300px ) остается белое место ( остальные 20px ). Вот собственно вопрос, как сделать что бы весь сайт тянулся на всех мониторах на весь экран при это что бы его ширина была 1280px ?
  4. Temiks , спасибо , но не помогает CSS html,body { background:#969696; margin:0; padding:0; width:100%; height:100%; } .box { width:1000px; margin:-10px auto; background:#fff; position:relative; min-height: 100%; height: auto !important; height: 100%; } .shapka { width:1000px; height:120px; background: url(../images/gitar.bmp) ; background-repeat: no-repeat; background-position: center; } .mobile { margin:-70px 0 0 800px; } .kontakti { margin-left:25px; font-size:90%; margin-top:5px; } .menug { width:1000px; height:30px; background:#686f76; } .menug2 {margin:0 0 0 190px} .menug2 img { margin:-5px 0 0 20px; } .menug li { float: left; list-style-type:none; margin:5px 0 0 30px; font-size:110%; } .menug li a:hover {color:#acacac;} a { color:#fff;list-style-type:none;text-decoration:none} .block { width:149px; } .blocktitle { width: 149px; height: 25px; background:#f2f2f2; margin:20px 0 0 16px; border:1px solid #dcdcdc; } .blocktitle span { margin:25px 0 0 15px; } .blockcontent { width:149px; border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; border-left:1px solid #dcdcdc; margin:-17px 0 0 16px; height:100%; } .blockcontent li { margin:10px 0 0 -25px; list-style-type:none; } .blockcontent img { margin:0 5px 0 0; } .blockcontent a { color:#454545; } .blockcontent a:hover { color:#260000; } .banner { margin:16px 0 0 0; } .content { margin:-890px 0 100px 190px; padding-bottom:40px; } .sort { color:#000; } .short img { width:120px; height:40px; float:left } .short { margin: -20px 0 0 0; } .title { margin:10px 0 0 180px; color:#000; } .title a {color:#000;} .news {margin:30px 0 0 0;} .footer { width:1000px; background:#757d85; color:#d3d3d3; position: relative; margin-top: -40px; height: 40px; } .dpad { min-height:200px; } .full2 { padding-bottom: 40px; } Погите, плз Сейчас просто задал ширину для всех новостей, что бы по красивее было. Но все же если новость малнькая то и много пустого места.
  5. Здравствуйте. Такая вот проблема. Сверстал макет сайта. Главная нормально, но при переходи на статью где мало инфы сай сокращяется и футер вместе с ним поднимается наверх. А если статья очень большая то половины новости выходит за сайт. Помогите, что делать? Сайт http://saleguitar.ru/ пример http://saleguitar.ru/main/1-post1.html
×
×
  • 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