Webmaster Forumu - Webmaster Zone

Geri git   Webmaster Forumu - Webmaster Zone > Webmaster Zone > Programlama Dilleri > HTML CSS DHTML
Şifrenizimi Unuttunuz? Bize Katılın!

Cevapla
Görüntüleme: 512 - Cevaplar: 0  
LinkBack Seçenekler Stil
  #1 (permalink)  
Alt 27-05-2008, 01:24:53
HostingTR - ait Kullanıcı Resmi (Avatar)
HostingTR HostingTR isimli üyemiz çevrimdışıdır. (Offline)
Webmaster
zone.org :)
 
Üyelik tarihi: 31/1/2007
Nerden: mugla | istanbul | viyana
Mesajlar: 245
iTrader: (0)
Tecrübe Puanı: 55
Puanları: 343
HostingTR has a spectacular aura aboutHostingTR has a spectacular aura about
Thumbs up CSS: input sekillendirmek

input.html
Kod:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Yeni Sayfa 1</title>
</head>
<link rel="stylesheet" type="text/css" href="input.css" />
<body>

<input type="text" name="deneme"  id="textboxdeneme" />
<input type="text" name="deneme"  id="textboxdeneme1" />

</body>

</html>
input.css
Kod:
#textboxdeneme
{
background-color:#FFFFFF;
}

#textboxdeneme:hover
{
background-color:#CCCCCC;
}


#textboxdeneme1
{
background:url(http://zone.org/images/silvered/statusicon/forum_old.gif);
padding-border: green;
color: green;
  background-color: white;
  background-image: url(http://zone.org/images/silvered/statusicon/forum_old.gif);
  background-position: right;
  background-repeat: repeat;
  font: Tahoma;
  font-family: Tahoma, Arial, sans-serif;
  font-size: medium;
  font-style: normal;
  border-bottom-color: #FF0066;
  border-color: #CC0066;
  border-left-color: #660066;
  border-right-color: #660066;
  border: medium dotted #CC0066
}

#textboxdeneme1:hover
{
background:url(http://zone.org/images/silvered/statusicon/forum_new.gif);
}
Daha ayrintili: Applying CSS to forms
__________________
zone.org
Alıntı ile Cevapla
Cevapla



Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler
Stil

Yetkileriniz
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık


oyun , kontör , türkçe dizin

Bütün Zaman Ayarları WEZ +2 olarak düzenlenmiştir. Şu Anki Saat: 21:50:03 .


Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
Zone Org | 2006-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125