Jump to content

Resimli Butonun üstüne Gelince Renk Değiştiren Css


Recommended Posts

css biliyor musun? 

eğer tüm menü öğeleri aynı classı taşıyorsa, o class a onhover vererek hepsini aynı renk yapabilirsin.
eğer her öğeye ayrı renk vermek istiyorsan bunun iki şekli var. bir resim hazırlayıp onhoverda image position vererek yapılan bir metod var birde her öğeye class üzerinden ulaşıp öğe numarasıyla seçip onhover ile renk verebilirsin.

  • Like 1
Link to comment
Share on other sites

Üzerine gelince gri oluyor kırmızı için Red yazıyorum kabul etmiyor ve css konusunda zayıfim.


<style>
.resim{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.resim:hover{
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
</style>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...