Jump to content
  • 0

выравнивание div'а внутри div'а??


ZoolooS
 Share

Question

Есть код:

<div class="contentTbl_contentTd">
,,,
</div>

<h2>Membership</h2>
<div class="abMembBox">
Test text
<div class="abMembLinkBox">
<a href="http://www.xxx.com/"><img src="/Portals/0/__pages/_pics/_pages/xxx.jpg" alt="xxx Logo" /></a>
</div>
<div class="abMembLinkBox">
<a href="http://www.xxx.com/"><img src="/Portals/0/__pages/_pics/_pages/xxx.gif" alt="xxx Logo" /></a>
</div>
<div class="abMembLinkBox">
<a href="http://www.xxx.org/"><img src="/Portals/0/__pages/_pics/_pages/xxx.gif" alt="xxx Logo" /></a>
</div>
</div>

Есть CSS к нему:

*, html, body, table, td {padding: 0; margin: 0;}
.contentTbl_contentTd {font-size: 12px; font-weight: normal; color: #000000; padding: 5px 5px;}

H2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #000000; margin-bottom: 10px; margin-top: 10px;}

/* About (Company) Page */
.abMembBox {text-align: center;/* width: 100%;*/ border: 2px solid #993300;}
.abMembLinkBox
{
width: 400px;
text-align: center;
padding-bottom: 10px; padding-top: 10px;
margin-bottom: 5px;
border: 1px solid #CCb7b9; border-bottom: 1px solid #abb7b9;
}
/* /About (Company) Page */

Строка текста внутри abMembBox нормально выравнивается в зависимости от атрибута text-align класса abMembBox, а вот div'ы, которые находятся в этом контейнере выравниваются ТОЛЬКО в ИЕ, в ФФ и Опере они как прибитые выравниватся по левому краю и сдвгаются только padding'ами и margin'ами. Я что-то не так делаю или так и должно быть? Просто padding'ами и margin'ами выравнивать не хочется, т.к. ширина контейнера резиновая.

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0
text-align работает для текста внутри дива

лож. в ИЕ работает, тоесть для ИЕ можно использовать (применять к родительскому контейнеру), а для остальных margin: auto (уже к текущему контейнеру);

И еще "Вы" пишется через Ы

Или писать "Ви мна кертинке ю вым HTML-ке"

Link to comment
Share on other sites

  • 0
text-align работает для текста внутри дива

лож. в ИЕ работает, тоесть для ИЕ можно использовать (применять к родительскому контейнеру), а для остальных margin: auto (уже к текущему контейнеру);

не можно, а нужно применять к родительскому , так как в ИЕ5.0 и ИЕ5.5 - margin: auto не срабативает

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