Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[Solved] Style buttons next/previous

  • Francisco Alfredo Tomas Alonso
  • Francisco Alfredo Tomas Alonso's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago - 12 years 7 months ago #47423 by Francisco Alfredo Tomas Alonso
[Solved] Style buttons next/previous was created by Francisco Alfredo Tomas Alonso
Hello,

I'm trying change backcolor in hover style, but i can't find how.

In template.css.php i'm modify the follow line:
.fpss-template-jj-rasper  .navigation li.navigation-next a:hover {float:left;display:block;width:16px;height:16px;background:#333 url(../images/nav-righthover.png) no-repeat;border:none;margin:0;padding:0;}
But when i pass over button, i only get another color, and not appear the image.

How can i do it?

Thanks.

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #47424 by Katia
Replied by Katia on topic Re: Style buttons next/previous
Could you provide me with a link to your slideshow in order to understand what you are trying to change please.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Francisco Alfredo Tomas Alonso
  • Francisco Alfredo Tomas Alonso's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #47425 by Francisco Alfredo Tomas Alonso
Replied by Francisco Alfredo Tomas Alonso on topic Re: Style buttons next/previous
Hello,

You can see it here www.feorno.org/index.php/campeonato-mundial

If you pass mouse over buttons, you can see what happen. And too, you can see three black/gray points on space characters.

Thanks

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #47426 by Katia
Replied by Katia on topic Re: Style buttons next/previous
This is a css conflict with your template.
Go to modules/mod_fpss/tmpl/JJ-Rasper/css/template.css.php file and change this:
.fpss-template-jj-rasper .navigation li {
    float: left;
    margin: 0 2px;
    padding: 0;
    width: 16px;
}

to this:
.fpss-template-jj-rasper .navigation li {
    float: left;
    list-style: none outside none;
    margin: 0 2px !important;
    padding: 0 !important;
    width: 16px;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Francisco Alfredo Tomas Alonso
  • Francisco Alfredo Tomas Alonso's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #47427 by Francisco Alfredo Tomas Alonso
Replied by Francisco Alfredo Tomas Alonso on topic Re: Style buttons next/previous
Ok, many thanks, works fine.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum