Alıntı
html dosyamızı açın ve;
<head> tagından sonra.
Code:

<link rel="stylesheet" type="text/css" href="index.css" />

Ekleyin

ve not defterini açın. yapıştırın ;
Code:

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(t his.pngSet?this.pngSet=truethis.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progidXImageTransform.Microsoft.AlphaImageLoade r(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif")this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().repl ace('url("','').replace('")',''),
this.runtimeStyle.filter = "progidXImageTransform.Microsoft.AlphaImageLoade r(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

Dosya Farklı Kaydet html mizin olduğu dizine index.css şeklinde kaydedin

ve vereceğim bu resmi ana dizine html dosyamızın olduğu dizine transparent.gif adında atın.

Not : vBulletin ve Hertürlü Forum Sisteminede Uygulanır Headere ilk verdiğim Kodu Atın css dosyasınıda Ana Dizine Olsun Bitsin

hocam keşek biraz daha anlaşılır olsaydın mesela html dosyasını aç diosun hangi html yi açıcaz???