Jump to content
  • 0

Сделать отступ сверху


roman161
 Share

Question

4 answers to this question

Recommended Posts

  • 0

К a.rollover добавьте line-height:40px;


a.rollover {
background: url(bg-menu.png);
display: block;
width: 164px;
height: 40px;
text-decoration: none;
line-height:40px;
}

Можно еще так


a.rollover {
background: url(bg-menu.png);
display: block;
width: 164px;
height: 20px;
text-decoration: none;
padding: 10px 0;
}

Link to comment
Share on other sites

  • 0

К a.rollover добавьте line-height:40px;


a.rollover {
background: url(bg-menu.png);
display: block;
width: 164px;
height: 40px;
text-decoration: none;
line-height:40px;
}

Можно еще так


a.rollover {
background: url(bg-menu.png);
display: block;
width: 164px;
height: 20px;
text-decoration: none;
padding: 10px 0;
}

Спасибо большое. Скажите номер кошелька? И ещё, а белую полоску которая под меню уходит в право и влево как убрать?

Link to comment
Share on other sites

  • 0

И ещё, а белую полоску которая под меню уходит в право и влево как убрать?

У вас есть таблица #table1, в ней первый tr и в нем три td. Вот у первого и последнего прямо в коде, через style, прописано border-bottom: 1px solid #BFCADE;, уберете это, пропадут линии.

h_1334137615_5043166_07e3a324b2.png

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