Kodbank İndir

! CODEBANK 2012 !

İNDİRMEK&DETAYLI BİLGİ ALMAK İÇİN BURAYI TIKLAYINIZ.

ÖNEMLİ AÇIKLAMA: MUTLAKA OKUYUNUZ!

Gönderen Konu: Farklı Link Renkleri Kullanmak  (Okunma sayısı 1894 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı vectorman

  • Kıdemli Üye
  • *****
  • İleti: 211
  • Rep: +2/-1
Farklı Link Renkleri Kullanmak
« : 15 Nisan 2007 23:19:12 »
Kod: [Seç]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #999999;
}

a.link {
color: Green;
background-color:transparent;
}

a.link:hover {
color: Red;
background-color:transparent;
text-decoration: underline;
}

a.copy {
color: Yellow;
background-color:transparent;
}

a.copy:hover {
color: Blue;
background-color:transparent;
text-decoration: underline;
}


-->
</style></head>

<body>
<a class="link" href="link1.html">Link1</a>
<a class="copy" href="link2.html">Link2</a>



</body>
« Son Düzenleme: 17 Nisan 2007 00:44:47 by vectorman »