Teste
Ir para navegação
Ir para pesquisar
Arquivo:Exemplo.jpg Arquivo:Exemplo.jpg
<style> .hover-thumb {
position: relative; display: inline-block;
} .hover-thumb .hover-full {
visibility: hidden; position: absolute; left: 110%; top: 0; z-index: 100;
} .hover-thumb:hover .hover-full {
visibility: visible;
} </style>