Jump to content
  • 0

Наложение текcта на картинку в IE


Aleshka
 Share

Question

Создал кнопки навигации по сайту и сверху хочу наложить текст, т.е подписать кнопки ("Главная", "Новости" и т.д.), в Firefoxe и Opere все получилось, а вот в IE текст, который накладываю на кнопку пропадает просто напрасто. Как это можно исправить и почему текст не отображается в IE? Ниже привожу куски кода.

HTML

	   <div class="bottons">
<div class="botton"><img src="img/botton_main.jpg" width="230px" height="20px" border="0">
<div class="text_nav"><a class="navigate" href="index.html">Главная</a></div>
</div>

, где botton_main.jpg и есть сам рисунок кнопки, а "Главная" название данной кнопки.

CSS

div.bottons{ 
width:195px;
margin-top:15px;
}

div.botton{
width:195px;
height:20px;
margin-bottom:15px;
margin-left:5px;
z-index:25;
}
div.text_nav{
text-align:center;
position:absolute;
top: 15px;
font-style:inherit;
color:#000000;
width: 195px;
z-index:30;
}
a.navigate{
text-decoration:none;
color:#ffffff;
}

, пробывал использовать z-index, но это тоже не помогло. :).

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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