jak wyeliminować w operze i IE ikonkę pustego obrazka?
w tym miejscu
ten div jest wypełniany gif-em z radio button id za pomocą tej funkcji:
$(document).ready(function() { imgFldr = 'images/'; $("input:radio[name=fenstertyp]").change(function() { if (this.checked == true) { $('#aus3').attr('src', imgFldr+$(this).attr('id')); } }); });
juz sobie poradziłem wstawiłem po prostu obrazek w kolorze tła na stałem a funkcja pobierając id i tak go zamienia....