Forum'da ara:
Ara


Yazar Mesaj
Mesaj08.04.2010, 17:28 (UTC)    
Mesaj konusu: Yazı rengi değişmiyor. :S

Merhaba arkadaşlar,
ben sitemde CSS tasarıma geçtim, tasarımımı herşeyi hallettim ama şöyle bir sorunum var;

Normalde yazı rengi mavi, link renkleri de mavi ama tıklayınca koyu mavi,
kodu da şöyle;
Kod:
<style type="text/css">
<!--
body,td,th {
   font-size: 11px;
   color: #0080FF;
   face: trebuchet ms;
   font-family: trebuched ms;
}
a:link {
   color: #0080FF;
   text-decoration: none;
}
a:visited {
   text-decoration: none;
   color: #0080FF;
}
a:hover {
   text-decoration: none;
}
a:active {
   text-decoration: none;
   color: #00C;
}
a {
   font-size: 11px;
}
-->
</style>

bunu CSS bölümüne yapıştırıyorum fakat yazılar siyah oluyo arkaplan da siyah olduğu için gözükmüyor.

Resimler:




Merak edenler sitemden baksın. Embarassed
Mesaj08.04.2010, 21:07 (UTC)    
Mesaj konusu:

BU ŞİZİN BELİRTİĞİNİZ KOD
Kod:
<style type="text/css">
<!--
body,td,th {
   font-size: 11px;
   color: ##0080FF;
   face: trebuchet ms;
   font-family: trebuched ms;
}
a:link {
   color: #0080FF;
   text-decoration: none;
}
a:visited {
   text-decoration: none;
   color: #0080FF;
}
a:hover {
   text-decoration: none;
}
a:active {
   text-decoration: none;
   color: #000000;
}
a {
   font-size: 11px;
}
-->
</style>








Nasıl dünleneceği ise burdadır Sizin kodun Arrow


Kod:
<style type="text/css">
<!--
body,td,th {
   font-size: 11px;  <Normal Yazı boyutu>
   color: #0080FF;  <Normal Yazı rengi>
   face: trebuchet ms; 
   font-family: trebuched ms;   <Normal Yazı tip,>
}
a:link {
   color: #0080FF;   <Daha önce girilmemiş linklerinyazı rengi>
   text-decoration: none; <Daha önce girilmemiş linklerin alt çizgisii>
}
a:visited {
   text-decoration: none;   <Daha önce girilmiş linklerinalt çizgisi>
   color: #0080FF;    <Daha önce girilmiş linklerin yazı rengi>
}
a:hover {
   text-decoration: none;  <linklerin alt çizgisi>
}
a:active {
   text-decoration: none;  <üzerine tıklayıncaki linklerin alt çizgis>
   color: #000000;  <üzerine tıklayıncaki linklerin renk>
}
a {
   font-size: 11px; <linklerin boyutu>
}
-->
</style>
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu