prova ad aggiungere questo CSS:
Considera che se metti una caption non funzioneràCodice PHP:a#nextLink, a#prevLink {
margin-top:70px;
position:absolute;
}
a#nextLink:hover, a#nextLink:visited:hover
{
background-position:right bottom;
}
a#prevLink:hover, a#prevLink:visited:hover
{
background-position:left bottom;
}
#imageData div#imageDetails{
width : 100%;
}
#imageData span#numberDisplay
{
text-align:center;
}
div#bottomNav #bottomNavClose{
width : 100%;
}

Rispondi quotando