Jump to content
  • 0

ширина не так ставится в хроме


Bingo
 Share

Question

6 answers to this question

Recommended Posts

  • 0

Возможно, левый и правый бордеры учитываются - поэтому на 2px больше..

Приведи пример на jsfiddle..

Что значит не так ставится?? Ты имеешь ввиду 742px, когда ты смотришь в Google Chrome Developer Tools??

Link to comment
Share on other sites

  • 0

Я имею ввиду когда я назначаю width:740px , то в фф,ие, опере это 740px, а вот в хроме почему-то 740

<div class="table_search_head"></div>

<div class="table_search" style="background:#d1d3d4;"></div>

<div class="table_search" style="background:#e2e9ee;"></div>

<div style="width:740px; border:1px solid #3d3d3d;"></div> и вот эта ширина в хроме на 2 px больше

.table_search_head {

background: none repeat scroll 0 0 #17519C;

border-left: 2px solid #343535;

border-right: 2px solid #343535;

border-top: 2px solid #C9C8C8;

color: #FFFFFF;

display: table;

font: 12px arial;

width: 740px;

.table_search {

border-left: 2px solid #343535;

border-right: 2px solid #343535;

display: table;

width: 740px;

}

Edited by Bingo
Link to comment
Share on other sites

  • 0

Спасибо большое за советы, к сожалению, так не получилось, но я просто по-другому сделал, чтобы и в хроме работало, прописал почти такое же как и тут .table_search_head и все отобржается кооректно =) конечно не лучший вариант, но работает. Еще раз Спасибо =)

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