Originalmente inviato da
acsocmel
@linuxmx una vocina mi diceva che ti piace essere imboccato
hai ragione, ma io faccio programmi in bash e gambas, per php son abbastanza tanto negato, per questo quando ho problemi chiedo a voi, come io magari aiuto altri in linguaggi che conosco...
quindi ti do perfettamente ragione, ma l'importante è che: ORA FUNZIA TUTTO!!! ma solo su firefox!!!
(ma non con il tuo esempio sopra riportato, lui non mi funge....)
xke???
http://linuxmx.altervista.org/xxxx/1.php
su firefox vedo i palloni, su opera vedo i palloni ma su internet explorer no, devo assolutamente risolvere questo errore....
allego il file css e php
css:
Codice PHP:
body {
background-image: url(img/sfondo.gif);
}
.style1 {
color: #CEDCDC;
font-weight: bold;
max-height: 25px;
}
.elemento:link, elemento:visited, elemento:active {
text-decoration: none;
background-image: none;
height: 25;
}
.elemento:hover {
/* background-image: url(http://linuxmx.altervista.org/xxxx/img/titolievid.png); */
background: url('img/titolievid.png') no-repeat center center;
height: 25;
}
.elemento img {
border: none
max-height: 25px;
}
.style1 {color: #CEDCDC;
font-weight: bold;
}
php:
Codice PHP:
<table width="160" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="160" height="25" background="img/titoli.png" bgcolor="#CCCCCC"><div align="center" class="style1">MENU</div></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC"><div align="center"><a href="#"><img class="elemento" src="img/menusx_home.png" width="160" height="25" border="0" /></a></div></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC"><div align="center"><a href="http://linuxmx.altervista.org/xxxx/"><img class="elemento" src="img/menusx_società.png" width="160" height="25" border="0" /></a></div></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC"><div align="center"><a href="http://linuxmx.altervista.org/xxxx/"><img class="elemento" src="img/menusx_regole.png" width="160" height="25" border="0" /></a></div></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC"><div align="center"><a href="http://linuxmx.altervista.org/xxxx/"><img class="elemento" src="img/menusx_sede.png" width="160" height="25" border="0" /></a></div></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC"><div align="center"><a href="http://linuxmx.altervista.org/xxxx/"><img class="elemento" src="img/menusx_storia.png" width="160" height="25" border="0" /></a></div></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC"><div align="center"><a href="#"><img class="elemento" src="img/menusx_galleria.png" width="160" height="25" border="0" /></a></div></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC"><div align="center"><a href="#"><img class="elemento" src="img/menusx_forum.png" width="160" height="25" border="0" /></a></div></td>
</tr>
</table>
scusate il disturbo, ma devo avere la piena compattibilita sia con firefox che con internet expl-
grazie ancora...