Salve ragazzi,
ho la mia pagina web(home) impostata in questo modo:
Ora mi serve capire come impostare un'immagine sotto a queste immagini:codice:<html> <head> <link rel="stylesheet" type="text/css" href="css/style.css" /> <style> * { font-family: sans-serif; line-height: 1.5 } .range_test { display: none; font-weight: bold; } html#range_0 #p_0 { display: block; } html#range_1 #p_1 { display: block; } html#range_2 #p_2 { display: block; } html#range_3 #p_3 { display: block; } html#range_4 #p_4 { display: block; } html#range_5 #p_5 { display: block; } </style> <script> function myCallback(i, width) { document.documentElement.id = 'range_' + i; } var ADAPT_CONFIG = { dynamic: true, callback: myCallback, range: [ '0 to 760', '760 to 980', '980 to 1280', '1280 to 1600', '1600 to 1920', '1920' ] }; </script> <script src="assets/js/adapt.min.js"></script> </head> <body> <img alt="full screen background image" src="images/homepage.png" id="full-screen-background-image" /> <p class="range_test" id="p_0"> <a href="homepage.html"><img src="images/home.png" width="60" height="20" border=”0″ hspace=”0″></a><a href="negozi.html"><img src="images/negozi.png" width="81" height="20" border=”0″ hspace=”0″></a><a href="lavoraconnoi.html"><img src="images/lavora.png" width="120" height="20" border=”0″ hspace=”0″></a><a href="contact.html"><img src="images/contact.png" width="88" height="20" border=”0″ hspace=”0″></a> </p> <p class="range_test" id="p_1"> <a href="homepage.html"><img src="images/home.png" width="60" height="20" border=”0″ hspace=”0″></a><a href="negozi.html"><img src="images/negozi.png" width="81" height="20" border=”0″ hspace=”0″></a><a href="lavoraconnoi.html"><img src="images/lavora.png" width="120" height="20" border=”0″ hspace=”0″></a><a href="contact.html"><img src="images/contact.png" width="88" height="20" border=”0″ hspace=”0″></a> </p> <p class="range_test" id="p_2"> <a href="homepage.html"><img src="images/home.png" width="60" height="20" border=”0″ hspace=”0″></a><a href="negozi.html"><img src="images/negozi.png" width="81" height="20" border=”0″ hspace=”0″></a><a href="lavoraconnoi.html"><img src="images/lavora.png" width="120" height="20" border=”0″ hspace=”0″></a><a href="contact.html"><img src="images/contact.png" width="88" height="20" border=”0″ hspace=”0″></a> </p> <p class="range_test" id="p_3"> <a href="homepage.html"><img src="images/home.png" width="60" height="20" border=”0″ hspace=”0″></a><a href="negozi.html"><img src="images/negozi.png" width="81" height="20" border=”0″ hspace=”0″></a><a href="lavoraconnoi.html"><img src="images/lavora.png" width="120" height="20" border=”0″ hspace=”0″></a><a href="contact.html"><img src="images/contact.png" width="88" height="20" border=”0″ hspace=”0″></a> </p> <p class="range_test" id="p_4"> <a href="homepage.html"><img src="images/home.png" width="60" height="20" border=”0″ hspace=”0″></a><a href="negozi.html"><img src="images/negozi.png" width="81" height="20" border=”0″ hspace=”0″></a><a href="lavoraconnoi.html"><img src="images/lavora.png" width="120" height="20" border=”0″ hspace=”0″></a><a href="contact.html"><img src="images/contact.png" width="88" height="20" border=”0″ hspace=”0″></a> </p> <p class="range_test" id="p_5"> <a href="homepage.html"><img src="images/home.png" width="60" height="20" border=”0″ hspace=”0″></a><a href="negozi.html"><img src="images/negozi.png" width="81" height="20" border=”0″ hspace=”0″></a><a href="lavoraconnoi.html"><img src="images/lavora.png" width="120" height="20" border=”0″ hspace=”0″></a><a href="contact.html"><img src="images/contact.png" width="88" height="20" border=”0″ hspace=”0″></a> </body> </html>
codice:<a href="homepage.html"><img src="images/home.png" width="60" height="20" border=”0″ hspace=”0″></a><a href="negozi.html"><img src="images/negozi.png" width="81" height="20" border=”0″ hspace=”0″></a><a href="lavoraconnoi.html"><img src="images/lavora.png" width="120" height="20" border=”0″ hspace=”0″></a><a href="contact.html"><img src="images/contact.png" width="88" height="20" border=”0″ hspace=”0″></a>
Come faccio? thanks![]()

Rispondi quotando
A fare cosa?
