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?

Is it possible to get rid from blinking bullits?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Is it possible to get rid from blinking bullits?
#11278
Is it possible to get rid from blinking bullits? 13 Years, 2 Months ago Karma: 0
After several hours of sorcery with CSS it became possible to hide bullets. (I am no professional )

For this purpose I used advices of this forum, it looks like this:

#ext-gen2 ul li, #ext-gen2 ul li li{position: relative; left: -16px; list-style-type:none;}

Is it optimal?

But it has appeared not all.
Whether it is possible to get rid from blinking bullets? It very much irritates.


Thanks for the good module, I hope for the aid.
Thanks in advance.
slv
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#11279
Re:Is it possible to get rid from blinking bullits? 13 Years, 2 Months ago Karma: 748
Hello,

Could you provide link to page where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11280
Re:Is it possible to get rid from blinking bullits? 13 Years, 2 Months ago Karma: 0
Site is now under construction.
Access Deny from all in .htaccess and allow only for developers.
If it will arrange you, I can give temporary access from yours IP. Right now.
slv
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#11284
Re:Is it possible to get rid from blinking bullits? 13 Years, 2 Months ago Karma: 748
You can send page files. This process is described here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11298
Re:Is it possible to get rid from blinking bullits? 13 Years, 2 Months ago Karma: 0
I did as you said.
slv
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#11299
Re:Is it possible to get rid from blinking bullits? 13 Years, 2 Months ago Karma: 748
Replace the following CSS rules:

Code:


#ext-gen2 ul li, 
#ext-gen2 ul li li{position: relative; left: -16px; list-style-type:none;}



with the next CSS rules:

Code:


#main .ux-menu-container UL LI 
{
  list-style-type:none;
}

#col2 .ux-menu-container 
{
  margin-left: -16px;
}



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