Jump to content
  • 0

проблема с Opera 10 и list-style-type


Ellorian
 Share

Question

Имеется хтмл страница со стилями.

После запуска во всех браузерах, кроме оперы 10 - всё хорошо отображает, ставя маркер только на первый пункт меню 1 уровня.

В опере 10 - ставится маркер еще и (насколько я понял) на UL от субменю.

Таким образом, имеем два маркера, вместо одного. Ломал голову очень долго - выхода так и не нашел. Причем даже оперовский инспектор показывает, что на субменю не должно быть маркера...

Вопрос: как в Opera 10 оставить выведенным только маркер у списка первого уровня?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title> Test </title>
<style type="text/css">
#menu, #menu ul, #menu ul li {
list-style: none;
margin: 0;
padding: 0;
}
#menu {
float: left;
height: 120px;
color: #000;
border-right: 1px solid white;
margin: 30px 0px 20px 35px;
padding: 10px 20px 10px 0px;
width: 120px;
height: 150px;
position: relative;
}
#menu li{
width: 120px;
}

#menu li.active{
list-style: circle; color: #940707;
}

#menu li ul {
list-style: none;
position: absolute;
top: -10px; left: 220px;
margin-top: 20px;
padding: 0 0 0 10px;

}
</style>
</head>
<body>
<ul id="menu">
<li class="active"><a href="#">LI first level</a>
<ul>
<li><a href="#">LI second level_1</a></li>
<li><a href="#">LI second level_2</a></li>
</ul>
</li>
</ul>
</body>
</html>

Заранее спасибо за помощь...

Edited by Ellorian
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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