Joomla.it Forum
Joomla! 1.0.x (versione con supporto terminato) => Le voci di Joomla.it (solo per versione Joomla 1.0.x) => : bonox 14 Nov 2005, 18:27:31
-
Ciao ho installato il modulo mod_newsflashscroller_pro
ho settato il parametro NScroller Class Suffix: con -newsscroll e ho aggiunto al css del tema il codice sottostante. Questo viene richiamato e l'immagine moduleheadingrosso.jpg appare nel riquadro delle news. Ora però vorrei fare in modo che i link dei titoli delle news non apparissero sottolineati, come faccio? ho provato in tutti i modi, anche creando altri css come ad es.
a.mainlevel-newsscroll ma non funziona!!!
Help Please!!!
table.moduletable-newsscroll td{
font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 20px;
font-weight: bold;
color: #FF0000;
text-align: left;
height: 14px;
line-height: 14px;
width: 100%;
text-indent: 10px;
background: url(../images/moduleheadingrosso.jpg) no-repeat left;
background-position: left;
background-repeat: no-repeat;
}
-
ok, ci sono riuscito, ho dovuto fare così
table.moduletable-newsscroll td a:link, moduletable-newsscroll td a:visited {
color: #0E2174; text-decoration: none; font-weight: normal;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
table.moduletable-newsscroll td a:visited {
color: #0E2174; text-decoration: none; font-weight: normal;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}