View Single Post
ישן 24-08-06, 01:56   # 29
הכומר
קידום ושיווק אתרים
תודה על תרומתך איש! (:
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: תל אביב, ישראל
גיל: 36
הודעות: 1,503

הכומר לא מחובר  

PHP קוד:
ul#main_menu {
    
text-align: left;
    
padding: 0;
    
margin: 0;
    list-
style-type: none;
}
#mm1 {
    
width: 127px;
    
height: 36px;
    
display: inline;
}
#mm2 {
    
background-image: url(images/PPP04.gif);
    
width: 130px;
    
height: 36px;
    
display: inline;
    
position: fixed;
}
#mm_link {
    
text-align: center;
    
font-size: 12px;
    
color: #F3B940;
    
font-weight: bold;
    
text-decoration: none;
    
border: 1px;;
    
border-color: #000;
    
position: absolute;
    
top: 30%;
    
left: 30%;
} 
למשל מה לא טוב בקוד הנ"ל?
  Reply With Quote