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?

mouseover makes image disappear
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: mouseover makes image disappear
#24433
mouseover makes image disappear 12 Years, 2 Months ago Karma: 0
When I put an .ini-file in my images/ariimageslider/folder, it does what it is supposed to do, it puts a description and I can enter a link. However, when I put my mouse over an image, that image and description disappear. The link does work. I use a standard template, beez5. Can I "fix" this, in order to keep the image visible on mouseover? Here is a link to my site. I use the module on the top right-hand side on my homepage.
Compliments on your extension!
Last Edit: 2012/02/06 07:41 By williwaw.
The administrator has disabled public write access.
 
#24434
Re:mouseover makes image disappear 12 Years, 2 Months ago Karma: 747
Hello,

Provide a link to a page where we can see described problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24435
Re:mouseover makes image disappear 12 Years, 2 Months ago Karma: 0
admin wrote:
Hello,

Provide a link to a page where we can see described problem.

Regards,
ARI Soft


You are very fast.... I just edited my post in order tp provide a link.

Here is a link to my site. I use the module on the top right-hand side on my homepage.
The administrator has disabled public write access.
 
#24437
Re:mouseover makes image disappear 12 Years, 2 Months ago Karma: 0
Sorry for bothering you, it was a template-problem. I deleted the background -color in my beez5.css on line 40, and my problem is solved. I will rate your extension in the Joomla! Extensions Directory for I'm very pleased with it.
Topic can be closed...
Last Edit: 2012/02/06 07:58 By williwaw.
The administrator has disabled public write access.
 
#24438
Re:mouseover makes image disappear 12 Years, 2 Months ago Karma: 747
Yes, this problem with site template styles. It uses global CSS rules for a:hover elements. It can be fixed if add the next CSS rule:

Code:


A.nivo-imageLink:hover
{
 background-color: transparent;
}



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