Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Changing text color of drop down text menu (repost
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Changing text color of drop down text menu (repost
#24676
Re:Changing text color of drop down text menu (repost 12 Years, 2 Months ago Karma: 1
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!
Last Edit: 2012/08/27 05:49 By admin.
The administrator has disabled public write access.
 
Go to topPage: 12