problema con le liste

andy2481

Utente Attivo
10 Dic 2012
142
0
0
ho un problema con le liste numeriche a video i numeri da 1 a 6 si posizionano bene a sinista ma il contenuto nei tag
<li>si posiziona al centro lontano dal numero</li> non so se ho reso bene l'idea
 
ecco

ho messo la pagina on line
per vedere il problema
http://www.papillon-events.it/elenchihtml.html
HTML:
html { 
   margin-left : .2cm; 
   margin-right : .2cm;
   background-color: #ffbf18; 
   color : #000000; 
   font-family : Arial, Verdana; sans-serif,    
   font-size : 8pt; 
 }


#box1 {
width: 200px;
height: 50px;
border: solid 1px;
margin: auto ;
color: black;
background-color: #ffbf18;
}


#box2 {
width: 5px;
height: 50px;
border: solid 1px;
margin: auto ;
color: black;
background-color: #ffbf18;
}

#box3 {
width: 200px;
height: 5px;
border: solid 1px;
margin: auto ;
color: black;
background-color: #ffbf18;
}

#box4 {
width: 200px;
height: 50px;
border: solid 1px;
float: left;
margin: auto ;
color: black;
background-color: #ffbf18;
}


#box5 {
width: 200px;
height: 50px;
border: solid 1px;
float: right;
margin: auto ;
color: black;
background-color: #ffbf18;
}

#centrale { 
   margin-left :200px; 
   margin-right : 200px; 
   border-left : 5px solid #000000; 
   border-right : 5px solid #000000; 
    border-top : 5px solid #000000; 
   padding : 10px; 
 }

h1 { font-size:15pt }
h2 { font-size:12pt; font-style: sans-serif; color: #000000;}
h3, h4, h5, h6 { font-size:8pt }



img#sinistro {
float: left;
margin: 15px
}

img#destro {
float: right;
margin: 15px;
}



div { 
   text-align : center; 
 }

p { margin-left : .2cm; 
   margin-right : .2cm;
   background-color: #ffbf18; 
   color : #000000; 
   font-family : Arial, Verdana; sans-serif,    
   font-size : 8pt; 
   text-align: justify; 
 }

a:link { 
   text-decoration : none; 
   color : #0000ff; 
 } 
a:visited { 
   text-decoration : none; 
   color : #0000ff; 
 } 
a:hover { 
   color : #ffbf18; 
   text-decoration : none; 
 }
table {
border: solid 2px #000000;
text-align: center;
}
td {
solid 1px #000000;
color: Black;
background: #ffffd0;
}
 

Discussioni simili