Jump to content
  • 0

Горизонтальное меню


Nadyu
 Share

Question

Всем привет, делаю горизонтальное меню с вкладками, которые немного "наезжают" на соседние. Пример как выглядит:

4540ce7fa483.jpg

Здесь считается активной ссылка "Контакты", а мышку навели на "О нас". (Так в FF, и ie выше 7ого)

Но в ie7 справа угол не вылезает поверх активной ссылки:

4ef4632f6250.jpg

Не знаю, как решить проблему, может что посоветуете?


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Test Menu</title>
<style>
ul{
list-style: none;
}
li{
width: 109px;
height: 22px;
background:url(img/1.png);
float: left;
padding-left: 32px;
padding-top:10px;
margin-right: -32px;
position:relative;
z-index: 0;
}
li:hover{
background:url(img/2.png);
position:relative;
z-index: 20;
}
a{
text-decoration:none;
color:#333;
}
li.active{
background:url(img/2.png);
position:relative;
z-index: 10;
}

</style>
</head>
<body>
<ul>
<li><a href="#">Главная</a></li>
<li><a href="#">О нас</a></li>
<li class="active"><a href="#">Контакты</a></li>
<li><a href="#">Отзывы</a></li>
</ul>
</body>
</html>

Используемые картинки:

1.png

56a3ca045850.png

2.png

e196da8e2235.png

Заранее спасибо за помощь! ;)

Link to comment
Share on other sites

2 answers 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