salve! ho un brobblema![]()
notate dove ho messo ebbene, non riesco a fare in modo che la seconda riga della tabella sia più bassa della prima, il codice che ho scritto sopra mi da questo:codice:<html> <head> <title>Untitled</title> <style type="text/css"> .topper { background-color: #GGGGGG; border: 2px solid black; } .foto { width: 200px; height: 150px; margin:2px; } .foto:hover { cursor:pointer; margin: 0px; border: 2px solid #FF9933; width: 200px; height: 150px; } .avin { font-size: 40px; text-align: center; } .avin:hover { font-size: 40px; cursor: pointer; color: #FF9933; text-align: center; } </style> </head> <body> <table class="topper"> <tr class="topper"> <td class="topper">[img]immagine.jpg[/img]</td> <td class="topper">[img]immagine.jpg[/img]</td> <td class="topper">[img]immagine.jpg[/img]</td> </tr> <tr class="topper"> <td class="topper"> <p class="avin"> <a class="avin"><<</a> </p> </td> <td class="topper"></td> <td class="topper"> <p class="avin"> <a class="avin">>></a> </p> </td> </tr> </table> </body> </html>

Rispondi quotando

