function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image;
d.FP_imgs[i].src=a[i]; }
}
function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById)
el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return
el; } }
return null;
}
// -->
</script>
causing that? I seems to arrive I insert a 'back' button on the page.
Is this also what causes Safari to not show the text on the home page?
"Is this also what causes Safari to not show the text on the home page?"
Probably not. Safari's rendering of a page will not be affected by that code
on it's own, but what it's called by is another matter. That combination of
Javascript functions is usually the result of inserting an Interactive
Button - Safari has no problems with Interactive Buttons.
Rendering problems can only be solved by guesswork, unless we see the page
with all the scripts, CSS and HTML that affects the rendering.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp
Reply only to group - emails will be deleted unread.
"OPOLily" <OPO...@discussions.microsoft.com> wrote in message
news:2CFFBC6A-268C-4584...@microsoft.com...
main page Look Bad, But working In MSN TV Browser
Can not have it all.
"OPOLily" <OPO...@discussions.microsoft.com> wrote in message
news:2CFFBC6A-268C-4584...@microsoft.com...