One final question on this particular menu.
I would like the submenus to stay open longer. I tried increasing the delay to 750 milliseconds but that did not help.
In an earlier post, several months ago, on a different url, you gave me this css to keep the submenu open longer.
Is there a similar css I can add to the css that will help me with this?
Code: |
#phoca-wrap DIV#header-container
{
position: relative;
z-index: 10;
}
DIV#phoca-side1-bg
{
position: relative;
z-index: 1;
}
|
Below is the CSS I have so far:
Code: |
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar LI
{
background: transparent none !important;
}
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar,
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar A
{
border-style: none !important
}
body .rowby2columnfooter-text .yui-skin-sam UL LI
{
border-style: none !important;
}
body .rowby2columnfooter-text .yuimenubar A
{
cursor: pointer !important;
}
body .rowby2columnfooter-text A
{
font-family: arial !important;
color: #ffffff !important;
}
.rowby2columnfooter-text #ariyui216.yui-skin-sam ul li a.yuimenuitemlabel
{
color: #000 !important;
}
#rowby2columnmain .rowby2columnfooter-text .yui-skin-sam ul li a
{
padding: 0 11px 0 10px !important;
}
#rowby2columnmain .rowby2columnfooter-text .yui-skin-sam ul li a.yuimenubaritemlabel-hassubmenu
{
padding: 0 20px 0 10px !important;
}
|
Thanks!