View Single Post
ישן 11-07-07, 14:23   # 4
Reality
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: נהר
הודעות: 253

Reality לא מחובר  

טוב אני אביא לך את הקוד שלי ותשחק איתו.
אצלי הוא עובד ב FF ו IE.

CSS:

קוד:
ul{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
list-style-image: url(style.png);
list-style-position: inside;
margin: 2px;
margin-right: 5px;
padding: 0px;
width: auto;
height: 20px;
}
ul:hover{
background-color: #EAEAEA;
color: #666666;
HTML:
HTML קוד:
<ul>
<li>text</li>
</ul>
<ul>
<li>text</li>
</ul>
  Reply With Quote