Aggiungere il tasto "torna su" al blog o sito web

Per aggiungere il tasto "torna su" al vostro sito o blog bastano poche righe di codice da inserire nel layout o, nel caso utilizziate blogger, anche attraverso il widget HTML/Javascript.

Copiate e incollate queste righe
<div style="background-color: black; border: 1px solid rgb(170, 170, 170); bottom: 20px; color: white; font-family: 'trebuchet ms', verdana, arial, sans-serif; font-size: 24px; opacity: 0.5; padding: 10px; position: fixed; right: 0px; text-align: center; width: 50px; z-index: 12;">
<a href="#" title="Torna su"><big><b>⇧</b></big></a></div>
<div style='clear: both;'></div>

Commenti