Jump to content
  • 0

проблема с дивом


demi
 Share

Question

Вот фрагмент кода

<style type="text/css">
body{
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
background: #42413C;
margin: 0;
padding: 0;
color: #000;
}
.conteiner {
width:1000px;
background-color: #F4F5F7;
margin: 0 auto;
}
.a {
color:#FFF;
margin-left:30px;
font-size: 100%;
}
</style>
<body>
<div class="conteiner">
<div style="background-image:url(pic/link.jpg); width:960px; height:35px; margin-left:20px; margin-right:20px; vertical-align:middle; display:table-cell">
<a class="a" href="">Главная</a>
</div>
</div>

нужно сделать что б ссылки внутри дива были выровнены по вертели (по центру) когда я это делаю дописываю в код

 "vertical-align:middle; display:table-cell"

получаеться

<div  style="background-image:url(pic/link.jpg); width:960px; height:35px; margin-left:20px; margin-right:20px; > 

. Текст внутри выравниваться, но весь див прижимаеться к левому краю, а мне он нужен по центру.

подскажите как сделать что б див был вы выравнен по центру?

Буду очень благодарен

Edited by demi
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Возможно я изложил суть проблемы не совсем понятно решил добавить картинки

вот что имею

http://iscr.ru/1302533607/

Вот что выходит пока не выравниваю ссылки с побощью

vertical-align:middle; display:table-cell

http://iscr.ru/1302533658/

2. У дива убери маргины, а поставь margin: 0 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