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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Newbie with a Couple of Issues re Display
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Newbie with a Couple of Issues re Display
#15587
Newbie with a Couple of Issues re Display 13 Years, 5 Months ago Karma: 0






Hey Guys,
Awesome product, thank you

I'll try to keep this simple:

1) All the menu links are underlined. I do NOT want them underlined, how do I remove this please?

2) I am building a medical site. Some medical terms are very long.
I know these menu titles will be on two lines in the actual menu but how do I make the slide outs so the menu item is all on one line? (pic attached, doesn't look good, I'd like the extended menu items on just one line)

3) I changed my arrows to red in color. Can I put the arrows on the left of the titles instead of the right?
(all my other template arrows are on the left, I'd like it to match)

4) I notice I have a line under only the bottom item on the menu (pic1). Can I get a white line under each item, exactly the same as in (pic2) attached?

Thanks so much, again, love the program

Mark
Last Edit: 2011/06/01 20:11 By G9Cap.
The administrator has disabled public write access.
 
#15588
Re:Newbie with a Couple of Issues re Display 13 Years, 5 Months ago Karma: 0
Hmm, sorry, here's pic 2
The administrator has disabled public write access.
 
#15589
Re:Newbie with a Couple of Issues re Display 13 Years, 5 Months ago Karma: 0
SORRY Guys I really messed up this post didn't I

I can not do Pic 3 which shows the extended menu items rammed onto 2 lines because it obviously needs a mouseover and I'm using the mouse to take the picture

I hope you get the idea though.
The administrator has disabled public write access.
 
#15604
Re:Newbie with a Couple of Issues re Display 13 Years, 5 Months ago Karma: 760
Hello,

Provide link to page where we can see the menu on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15607
Re:Newbie with a Couple of Issues re Display 13 Years, 5 Months ago Karma: 0
Have made live just for a quick look, will have to take off-line again shortly www.renuskinspa.com/
Thanks so much
Mark
The administrator has disabled public write access.
 
#15611
Re:Newbie with a Couple of Issues re Display 13 Years, 5 Months ago Karma: 760
1. Add the next CSS rule:

Code:


.ux-menu A:link,
.ux-menu A:visited
{
 text-decoration: none;
}



2. On our side menu items are shown in one line.

3. Add the next CSS rule:

Code:


.ux-menu-vertical .ux-menu-arrow
{
 left: 2px;
}



4. Add the following CSS rule:

Code:


.ux-menu-vertical LI
{
 border-bottom: 1px solid white;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123