255 160 0 1 100
255 255 0 1 30

Codly

html css js $("embed").attr("wmode", "opaque"); var embedTag; $("embed").each(function(i) { embedTag = $(this).attr("outerHTML"); if ((embedTag != null) && (embedTag.length > 0)) { embedTag = embedTag.replace(/embed /gi, "embed wmode="opaque" "); $(this).attr("outerHTML", embedTag); } else { $(this).wrap("<div></div>"); } });
Яндекс.Метрика Яндекс.Метрика