Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it L'avatar di bagu
    Registrato dal
    Mar 2003
    Messaggi
    620

    una lista un po particolare

    magari piace e a qualcuno può servire ( è crossbrowser e validata)

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Documento senza titolo</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <style type="text/css">
    #navigation {padding: 1px; margin: 0; border:1px; border-style:solid; border-color:black; font: 12px Verdana, sans-serif /* definisce lo stile del testo*/; background-color: #CCC; width: 13em;}
    #navigation li {list-style: none; margin: 0.1em; padding: 0.25em 1em; border:1px; border-style:solid; border-color:red; text-align: center;}
    #navigation li a {text-decoration: none; color: black; font-family: "Times New Roman", Times, serif; font-size: 1.8em;/* definisce lo stile dei link*/}
    #navigation li a:link {color: red;}
    #navigation li a:hover {color: green; background-color: yellow;}
    #navigation li a:visited {color: red;}
    </style>
    </head>

    <body>
    <ul id="navigation">[*]LINK 1
    testo testo testo[*]LINK 2
    testo testo testo[*]LINK 3
    testo testo testo[*]LINK 4
    testo testo testo[*]LINK 5
    testo testo testo[*]LINK 6
    testo testo testo[/list]


    </body>
    </html>
    Non so se Dio esiste ma se non esiste ci fa una figura migliore!
    - S. Benni -

  2. #2
    Utente di HTML.it L'avatar di deleted_id_48586
    Registrato dal
    Nov 2002
    Messaggi
    1,732
    Complimenti, cmq fà un pò schifo

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.