Jump to content

Risolto - Problema nel modulo "Productscategory"


Monica

Recommended Posts

Salve,
come mai le frecce thumbs_right.gif e thumbs_left.gif, che fanno scorrere le immagini dei prodotti, non vengono visualizzate?
Questo il codice nel file global.css:

#thumbs_list li {
   float: left;
   cursor: pointer;
   width: 80px;
   height: 80px
}
#view_scroll_left, #view_scroll_right {
   background: url("../img/thumbs_left.gif") no-repeat scroll center transparent;
   display: block;
   float: left;
   height: 18px;
   margin-top: 30px;
   text-indent: -3000px;
   width: 9px;
}

#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
   float: left;
   width: 17px;
   height: 80px
}



Grazie

Link to comment
Share on other sites

Salve,
come mai le frecce thumbs_right.gif e thumbs_left.gif, che fanno scorrere le immagini dei prodotti, non vengono visualizzate?
Questo il codice nel file global.css:
#thumbs_list li {
   float: left;
   cursor: pointer;
   width: 80px;
   height: 80px
}
#view_scroll_left, #view_scroll_right {
   background: url("../img/thumbs_left.gif") no-repeat scroll center transparent;
   display: block;
   float: left;
   height: 18px;
   margin-top: 30px;
   text-indent: -3000px;
   width: 9px;
}

#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
   float: left;
   width: 17px;
   height: 80px
}



Grazie



Ciao
Verifica se le immagini sono presenti nella cartella.
Link to comment
Share on other sites

Ho risolto... dopo 2 giorni... meglio tardi che mai!!! Non è facile ammetterlo :)
Nel css il percorso delle immagini era errato. Invece della cartella img del modulo, si riferiva alla cartella img del tema.
Spero possa tornare utile a qualcuno.
Approfitto per augurare buone feste a tutti
Monica

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...