

Albert Wiersch wrote:Strange... I did some tests with UTF-8 documents and could not reproduce this issue. I wonder if I had already done something that fixed this issue after releasing v8.9910. In any case, please try v8.9911 as soon as it is released (should be soon) and let me know if it fixes the problem. If not, then I'd like to get some more information about this problem.



Sares wrote:The images size is correct, 13 x 9, so I don´t now, could it be a bug??
Thanks for listening!
Sares


Sares wrote:Anyway, it would be fine, if the next beta will fix this problem, because it´s a bit annoying to have hundreds of errors in the validation report





function swapImg(name,over)
{
if(window.document.images)
{
if (over)
window.document.images[name].src = "images/" + name + "_over.png";
else
window.document.images[name].src = "images/" + name + "_off.png";
}
}


Users browsing this forum: No registered users and 1 guest