Jump to content
  • 0

Трабл с hover'ом... в Safari


Wormaster
 Share

Question

Проблема заключается в том, что в сафари прыгает текст в теге LI причём буквально на пару пикселей.... ни один отлоадчик не показывает где беда... ФФ, Опера и ослик8 показывают как надо... и что самое интересное другая менюшка с тем же стилем показывается абсолютно правильно... :)

вот ссылка - проблема в левой менюхе...

CSS


ul#mainlevel
{
display:block;
width:200px;

}

#mainlevel li
{
display:block;
width:200px;
height:30px;
line-height:30px;
border-bottom:solid 1px #fff;
text-align: right;
vertical-align: bottom;
padding-right: 10px;
}

#mainlevel > li:hover
{
background: url(../images/vmmenu.png) no-repeat right;
}

#mainlevel li:first-child
{
border-top:solid 1px #fff;
}

#mainlevel li a
{
text-transform: lowercase;
}
ul#mainlevel li ul
{
position:absolute;
margin-top:-30px;
display:none;
left:210px;
}

ul#mainlevel li:hover ul
{
display: block;
}

ul#mainlevel li ul li
{

border:none;
background: url(../images/activebg.png);
}

ul#mainlevel li ul li:first-child
{
border-top:none;
}

ul.sublevel li:hover ul
{
display:block;
}

#mainlevel > LI > UL > LI > UL
{
display:none !important;
margin-left:-2px;
}

#mainlevel > li > ul > li:hover > ul
{
display:block !important;
}

\

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Не верно подозреваете.... она относится аж к 3 подменю (#mainlevel > LI > UL > LI > UL) которое к слову сказать ведёт себя нормально... (для чистоты эксперимента убирать это пробовал.. без изменений)

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