Jump to content
  • 0

2 div'a в одной строке


IceBars
 Share

Question

Делаю 2 div'a в одной строке, но между ними в Oper'е и FireFox'е возникает расстояние, помогите его убрать:

<style>
.g1, .g2 {
width:50px;
display:inline-block;
}
.g1 {
background-color:rgb(125,55,0);
}
.g2 {
background-color:rgb(55,0,125);
}
</style>

<div class="g1">
1
</div>

<div class="g2">
2
</div>

Пробовал убрать отступ с помощью margin, padding, border - не помогло, если никак не убрать остаётся вроде только float'ом 2 block'а делать.

Edited by IceBars
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Делаю 2 div'a в одной строке, но между ними в Oper'е и FireFox'е возникает расстояние, помогите его убрать:
<style>
.g1, .g2 {
width:50px;
display:inline-block;
}
.g1 {
background-color:rgb(125,55,0);
}
.g2 {
background-color:rgb(55,0,125);
}
</style>

<div class="g1">
1
</div>

<div class="g2">
2
</div>

Пробовал убрать отступ с помощью margin, padding, border - не помогло, если никак не убрать остаётся вроде только float'ом 2 block'а делать.

Пробелы тоже символы. Как и символы перевода строки.

Link to comment
Share on other sites

  • 0

Спасибо, всё заработало :) Убрал перевод строк между div'ами и ок, только в IE 8beta почему-то при широте в 50% 2-х div'ов второй не влезает и смещается в низ, сместил на 1px влево и влезло :)

Edited by IceBars
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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