Jump to content
  • 0

Проблема с div\span


bu3i28
 Share

Question

Всем привет!

Проблема в том, что я хочу заключить 3 картинки-ссылки в одну строку, но когда я это делаю, то 2 и 3 картинки при наведении курсора "трясутся" и чтобы перейти по ссылке приходится нажимать ПКМ-Открыть.

ВОт код

<br><span class="buttons">
<a href="http://beltravel.16mb.com/?lang=RU"><img src="wp-content/themes/suvfocus/images/lang/ru.png" width="32px" height="32px"></img></a></span>
<span class="buttons">
<a href="http://beltravel.16mb.com/?lang=BE"><img src="wp-content/themes/suvfocus/images/lang/be.png" width="32px" height="32px"></img></a></span>
<span class="buttons">
<a href="http://beltravel.16mb.com/?lang=en"><img src="wp-content/themes/suvfocus/images/lang/en.png" width="32px" height="32px"></img></a>
</span>

Если заключаю в дивы, то каждая кнопка на новой строке. Если всё в один див, то кнопки опять же "трясутся", все, кроме первой.

ПОМОГИТЕЕЕ!))

CSS для класса

.buttons
{
display:inline-block;
width: 32px;
font-size: 13px;
font-weight: bold;
padding-left:15px;
padding-right:1px;
padding-bottom:1px;
margin-top:1px;
margin-bottom:1px;
margin-left:78px;
border:1px solid #CCC;
background: BLACK;
}

.buttons a
{
border: none;
opacity:0.6;
}

.buttons a:hover
{
border: none;
opacity:1.0;
}

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

тег img одинарный, то есть не имеет закрывающего.

http://jsfiddle.net/sensei/7xvnH/

Простите великодушно нуба) Но проблема ведь не в этом.

Вот пример: http://beltravel.16mb.com/

В левом верхнем уголке иконки языков.

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