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?

CSS Customisation Generally
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: CSS Customisation Generally
#5088
Re:CSS Customisation Generally 14 Years, 5 Months ago Karma: 760
You are welcome. Thanks for you kind words.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5252
Re:CSS Customisation Generally 14 Years, 4 Months ago Karma: 0
Can we have a dotted border between the menu items.
Also can we have some hover effect.
The administrator has disabled public write access.
 
#5275
Re:CSS Customisation Generally 14 Years, 4 Months ago Karma: 760
Hello,

Regarding your questions, add the following CSS rules:

Code:


.ux-menu-container ul.ux-menu li 
{
   border-bottom:1px dotted white;
}

#tcLeftCol .ux-menu-container ul.ux-menu li a:hover
{
  color: red;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5344
Re:CSS Customisation Generally 14 Years, 4 Months ago Karma: 0
Till now the results are really good.
But there is a small problem showing up.
Please have a look at bachpanglobal.com . The module has been used on the following menu's : bachpan, NTT, Franchisee . Under the Bachpan menu, all the dotted borders are of different size then the others. Also the NTT menu box is not proper.

Pl. suggest.
The administrator has disabled public write access.
 
#5348
Re:CSS Customisation Generally 14 Years, 4 Months ago Karma: 760
Try to add the following CSS rules:

Code:


#tcLeftCol .ux-menu-container ul.ux-menu-vertical
{
  width: 100% !important;
}

#tcLeftCol .ux-menu-container ul.ux-menu-vertical LI.ux-menu-item-main
{
  width: 100% !important;
  float: none;
  padding-left: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5354
Re:CSS Customisation Generally 14 Years, 4 Months ago Karma: 0
Thanks
The administrator has disabled public write access.
 
Go to topPage: 12345