View Single Post
ישן 05-05-06, 13:27   # 9
Virtual NET
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 743

Virtual NET לא מחובר  

בבקשה - HTML & CSS, אתה יכול לשנות את הצבעים בקלות:

CSS Code:


קוד:
.buttonscontainer {width: 70px;}

.buttons a {color: #666666;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #666666;
color: #FFFFFF;
text-decoration: none;}

HTML Code:
קוד:
<div class="buttonscontainer">
<div class="buttons">
<a href="http://example.co.il">Example</a>
<a href="http://example.co.il">Example</a>
</div>
</div>

תהנה...
  Reply With Quote