Ciao. Ho un problemino... quando inserisco in una pagina il codice scritto sotto due volte mi fa vedere due menu ma uguali di larghezza e altezza anche se cambio le dimensioni in tutti e due. Il menu che sta sopra mi viene sempre uguale a quello che sta sotto anche se cambio width e heigth.
Non so se mi sono spiegato ... comunque ecco il codice
Codice:
<table border="0" cellpadding="0" cellspacing="0"><td><style type="text/css">
.pop {
text-align: center;
clear: both;
}
.pop a:link, .pop a:visited {
bacbackground-attachment: scroll;
background-clip: border-box;
background-color: #6D8FB3;
background-image: none;
background-origin: padding-box;
border-bottom-color: #5C82AB;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: collapse;
border-left-color: #5C82AB;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #5C82AB;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #5C82AB;
border-top-style: solid;
border-top-width: 1px;
color: white;
cursor: pointer;
display: block;
float: none;
font-family: tahoma, arial, verdana, sans-serif, 'Lucida Sans';
font-size: 11px;
height: 13px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
text-align: center;
width: 120px;
}
.pop a:hover {
background-color: #7E9CBC;
}
</style>
<p class="pop">
<style type="text/css">
<!--
A{text-decoration:none}
--> </style>
<a href="/php/Pagine/register">Iscrivere utenti</a>
<a href="/php/Pagine/email">Inviare Email</a>
<a href="/php/Pagine/email">Creare un guesbook</a>
</td></table></p>