Come faccio a mettere il colore di sottofondo per un menù a tendina?
Come faccio a mettere il colore di sottofondo per un menù a tendina?
http://portfolio.andreascotillo.it
dipende dal codice che usi!!
posta il codice del menu!
Heaven's closed. Hell sold out.
Linux 2.6.26-2-amd64
Debian squeeze
Allora il codice devo applicarlo ad un file php del nuke
ti posto la parte
[QUOTE]/* Downloads */
$content .= "<img src=images/blocks/icon_downloads.gif><a href=\"modules.php?name=Downloads\">"._BDOWNLOAD."</a>
\n";
$content .= "<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>\n";
$content .= "<TR><FORM METHOD=GET ACTION=\"modules.php\">\n";
$content .= "<TD><img src=images/blocks/icon_select.gif><SELECT NAME=\"name\" CLASS=\"boxcontent\" onChange=\"top.location.href=this.options[this.selectedIndex].value\">\n";
$content .= "<OPTION VALUE=\"\">"._BSELECT."";
$content .= "<OPTION VALUE=\"modules.php?name=Downloads\">"._INDICE."\n ";
$content .= "<OPTION VALUE=\"modules.php?name=Downloads&file=index&d_op =AddDownload\">"._BADDD."\n";
$content .= "<OPTION VALUE=\"modules.php?name=Downloads&file=index&d_op =MostPopular\">"._BPOP."\n";
$content .= "<OPTION VALUE=\"modules.php?name=Downloads&file=index&d_op =TopRated\">"._BRATE."\n";
$content .= "</SELECT></TD></TR></FORM></TABLE>";
$content .= "<hr>";
http://portfolio.andreascotillo.it
nel css metti:
codice:.boxcontent { background-color: #336699; }
Heaven's closed. Hell sold out.
Linux 2.6.26-2-amd64
Debian squeeze