Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head><style type="text/css">
- #fondo { position:fixed; right:0; bottom:10; }
- #statico { position:fixed; left:30; top:40; }
- #testa { position:absolute; left:300; top:100; }
- </style> </head>
- <body>
- <div id="testa">Testo</div>
- <div id="fondo">Sempre in basso</div>
- <div id="statico">Non scorre</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement