full siteyi komple siyah beyaz nası yaparız peki?
Alıntı
<html>
<head>
<title>CSS ile Resimleri Siyah Beyaz Yapmak</title>
<style type="text/css">
<!--
#foto {
filter: Gray;
}
-->
</style>
</head>
<body id="foto">
<img src="resim.jpg" id="foto">
</body>
</html>
Böyle yapsak olurmu acaba

Sadece IEde çalışıyor