allora se faccio cosi:
me li centra ma non me li mette affiancati:
#footersx {
float: center;
width: 449px;
height: 10px;
font-size: 82%;
}
#footerdx {
float: center;
width: 200;
height: 10px;
font-size: 82%;
}
se faccio cosi me li mette affiancati ma non me li centra:
#footersx {
float: left;
width: 449px;
height: 10px;
font-size: 82%;
}
#footerdx {
float: left;
width: 200;
height: 10px;
font-size: 82%;
}
come ottengo le due cose? :master: