• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Problem with > next Image Button

Problem with > next Image Button 11 years 2 months ago #20863

  • loralon
  • loralon's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hi,
i have a problem with the > button...when i click on this button the > move in the center of the image...than i have to click it again...this happen on firefox 17.0.1 (Mac)...when i try it on Safari it doesn't work...any ideas?!
thanks
The administrator has disabled public write access.

Problem with > next Image Button 11 years 2 months ago #20940

  • loralon
  • loralon's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Ok...i solved...in the Style.css file...line 179...the position:absolute must be !important...this solve the problem with FireFox...for Safari i modified the css:
a.piro_next_content,
a:hover.piro_next_content,
a:active.piro_next_content,
a:focus.piro_next_content {
	position:absolute !important;
	width: 50% !important;
	right: 0;
	top: 0;
	height: 100% !important;
	text-indent:-999em;
	outline:none;
	display:block;	
	background: none !important;
	text-decoration: none !important;
	cursor:pointer;
	z-index:150024;
}
a:hover.piro_next_content,
a:active.piro_next_content,
a:focus.piro_next_content {
	background: url(../images/right.png) no-repeat 90% 50% !important;
	text-decoration: none !important;
}
thanks
Tommaso
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!