Her linkin stilini değişik kullanma ?
Mesela sitemizde 10-15 farklı bölüm var ve hepsinde linklerin rengini farklı ve yazı tipi vs degisik olsun istiyoruz. Peki ne yapmamız gerekmektedir.
<style>
a.bolum1
{ font:Arial; font-size:10px; color:#74A8F5; text-decoration: none; }a.bolum1:hover
{ font:Arial; font-size:10px; color:#86C32A; text-decoration: underline; }a.bolum2
{ font:Verdana; font-size:14px; color:#000000;
text-decoration: none; bgcolor:#74A8F5; } a.bolum2:hover{ font:Arial; font-size:10px; color:#FF6600; text-decoration: underline; } </style>Kullanim sekilleri:<a xhref=”http://www.csspage.com/#” mce_href=”http://www.csspage.com/#” class=”bolum1″>Deneme1</a>
<a xhref=”http://www.csspage.com/#” mce_href=”http://www.csspage.com/#” class=”bolum2″>Deneme2</a>
Görünümü:
