Jump to content
  • 0

Помогите с шириной DIV в разных браузерах


beatboxer
 Share

Question

Здравствуйте!

Вот сайтик: www.delpos.3dn.ru

Вот код CSS для интересующих элементов:

#maincol {
margin: 5px 0px 0px 227px;
width: 772px;
_width: 100%; /*FOR IE*/
text-align: justify;
}
.newsBlock{
background: transparent;
border: 1px solid #177245;
border-collapse: collapse;
margin: 5px;
width: 98%;
_width: 98%; /*FOR IE*/
}
#marq {
width: 99%;
_width: 98%; /*FOR IE*/
margin: 5px;
margin-top: 1px;
background: #177245;
color: #efd334;
font-size: 16px;
font-family: "Arial" !important;
font-style: italic;
height: 18px;
border: 2px inset #177245;

}

Никак не могу понять, почему в Firefoxe и IE бегущая строка и тестовая статья отображаются нормально сразу под меню, а в Chrome уезжает вниз.

Пробовал -webkit-box-sizing с разными значениями - не помогает. Исправляется только удалением строк width из marq и newsBlock, но мне ширину нужно задать точно.

Такая же проблема и в доске объявлений.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

-webkit-box-sizing - box-model не учитывает margin.

align='center' - пора бы уже заменить..


width: 98%;
_width: 98%; /*FOR IE - смысл?*/


background: transparent;

background - не наследйется, по умолчанию none; Пишется несколько короче)

http://validator.w3.org/check?uri=http://delpos.3dn.ru/&charset=(detect+automatically)&doctype=Inline&group=0

Печально.. Не то, что доктайпа нет.. даже начальных тегов нет..

В кратце - хром все верно делает, если смотреть из его developer tool.

У бегущей строки ширина ровно 98 или сколько там процентов.

Исправльяте положение с ошибками. До того - все остальное будет бесполезной тратой времени.

Link to comment
Share on other sites

  • 0

align заменю)

_width="98%" это для эксплорера я ширину фиксировал, т.к. отображается нормально.

background раньше был белым, поэтому поставил transparent, исправлю на none

С доктайпом не могу сладить - после того как прописываю переходный синтаксис для HTML начинает пропадать фон в некоторых DIV.

Спасибо за совет, буду разбираться.

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