View Full Version : Low quality picture display in browser. Error in parsing value 'display'
I'm not sure if this post is suitable to be here. But hope anyone, please help me.
I'm having problem with photo/picture display in all browsers. Seems that all pictures are display in a very low quality. Before this, it's alright.
I checked the error console in firefox. It displayed a message 'error in parsing value for property 'display'. Declaration dropped. Is this problem anything to do with the message above? It happens in all website.. where there are pictures.
Please help.. :(
1212jtraceur
04-03-2007, 02:47 PM
Please post code.. :(
Please post code.. :(
There are lots of error messages... this time i can't find the 'display' properties.. I've attached my screen situation PICTURES..... Ok.. below is the screen shot of the errors.. only images are in low quality.. others like menu bar, icons.. seems perfect.
http://inlinethumb34.webshots.com/2337/2160469420073544749S600x600Q85.jpg (http://entertainment.webshots.com/photo/2160469420073544749zvTxne)
Every website including this... are full of errors... tonnes of it. I wonder is it related to any of my computer script... This morning everything is normal.. but then suddenly.. i became like this ... gosh, i got really frustrated with this.
http://inlinethumb33.webshots.com/5408/2867148010073544749S600x600Q85.jpg (http://entertainment.webshots.com/photo/2867148010073544749GHDcSR)
I really have no idea which code i should provide.. Cos there are so many of it. This is one of the example.
/* $Id: ad_eo_1.1.js,v 1.2 2006/04/06 20:49:57 cholling Exp $ */
function ad_el(id) {var d=document;if(d.getElementById) {return d.getElementById(id);} else if(d.all) {return d.all[id];} else if(d.layers) {return d.layers[id];} else {return null;}}
function ad_params(c,p) {var res="",a=arguments;for (var i = 1; i < a.length; i++) {if (c=='object') {res += '<param name='+a[i][0]+' value="'+a[i][1]+'">';} else if (c=='embed') {res += a[i][0]+'="'+a[i][1]+'"';if (i < (a.length-1)) {res += ' ';}} else {return;}}return [c,res];}
function ad_embedObj(t,pos,did,w,h,q) {var o="";switch (t) {case "swf":var clsid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';break;default:return;}var oid=t+pos;if (q[0]=='object') {o='<object classid="'+clsid+'" id="'+oid+'" width="'+w+'" height="'+h+'">'+q[1]+'</object>';} else if (q[0]=='embed') {o='<embed name="'+oid+'" '+q[1]+'></embed>';} else {return;}if (did!=='') {var d = ad_el(did);d.innerHTML=o;} else {document.write(o);}}ad_jsl=1;
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.