Jump to content
  • 0

Раскрывающееся меню в джумла


SoFuWa
 Share

Question

Почитал инет, вроде из за свойства hover и типо это решается тут http://www.xs4all.nl/~peterned/csshover.html вот так вот body { behavior:url("csshover3.htc"); }, я сделал так и нифига, меню в IE6 сделанное на списках, не раскрывается, везде в других браузерах нормально работает. Как решить?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
Забыть про IE6 - радикально, конечно. Но помогает в 150% случаев.

Огромное, просто не вероятное спасибо, читаю это в миллионный раз. По сути бесполезный пост. IE как пользовались больее 10% так и будут пользоваться ДАЖЕ после этого поста. Причём я 100% знаю что решение есть. Я даже ссылку дал, но почему то не работает.

Link to comment
Share on other sites

  • 0

В таком случае, если рассчитываете на более вменяемый ответ, опишите проблему точнее. Что именно у вас не получается?

Раскрывающееся меню в джумле можно организовать целой кучей различных способов. С каким именно у вас возникли проблемы и какие?

Link to comment
Share on other sites

  • 0

HTML и CSS, горизонтальное меню на списках, многоуровневое

<div id="menu">
<ul>
<li><a href="#">Главная</a></li>
<li><a href="#">Меню1</a>
<ul>
<li><a href="#">Меню2</a></li>
<li><a href="#">Меню2</a></li>
</ul>
</li>
</ul>
</div>


#menu {
background:url(../images/menu.png);
border-bottom:1px solid #4b4b4b;
height:48px;
position:relative
}
#menu ul {
height:48px;
list-style:none;
left:50%;
margin:0 0 0 -591px;
/*overflow:hidden;*/
padding:0;
position:relative;
width:1182px
}
#menu li {
background:url(../images/menu_li.png) no-repeat 0 4px;
display:inline;
float:left;
padding:0 0 0 3px/*margin:0 0 0 -3px*/
}
#menu li:first-child { background:none }
#menu a {
color:#fff;
display:inline-block;
font:17px/48px tahoma;
padding:0 16px;
text-decoration:none;/*text-shadow:0 -1px 0 #666*/
}
#menu a:hover { background:url(../images/menu_a_h.png) }
#menu ul ul {
border-top:1px solid #4B4B4B;
border-right:1px solid #000;
border-left:1px solid #000;
display:none;
height:auto;
left:auto;
margin:0 0 0 -2px;
padding:0;
position:absolute;
top:48px;
width:200px
}
#menu ul ul li {
border-bottom:1px solid #000;
clear:left;
display:block;
float:none;
margin:0;
padding:0;
position:relative
}
#menu ul ul a {
background:#0097d0 url(../images/menu_li_li.gif) repeat-x;
display:block;
font:14px tahoma;
/*height:22px;*/
padding:3px 11px;
text-shadow:0 -1px 0 #666
}
#menu ul ul a:hover { background:#3b3b3b url(../images/menu_ul_ul_a_h.gif) repeat-x }
#menu ul li:hover > ul { display:block }
#menu ul li li:hover ul {
border-top:1px solid #000;
left:202px;
top:-1px;
z-index:3
}

Edited by SoFuWa
Link to comment
Share on other sites

  • 0
Код ваш не изучал, но в от в смежной теме мы вроде разобрались в чем там дело было. Посмотрите - мож поможет.

Видимо вы перепутали у меня совсем другая проблема, тот код что в той теме вы привели, так же не работает в IE6, меню не раскрывается.

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