Hi all,  does anyone have a simple solution to my problem,

on a cfm page I am dynamically positioning a graphic within a layer like so,

<div id="graphicPosition">
<cfoutput><img src="#application.virtualroot#images/login_r2_c1.jpg"
width="346" height="351" alt="" border="0"></cfoutput>
</div>

and calling it within an external style sheet like so,

#graphicPosition{position:absolute; z-index:2; top:138px; left:496px;
width:346; height:351; visibility:visible;}

When I refresh my browser the image is missing (I must refresh again to load
it), it only happens with the <div></div> tag.
I have tried <cfcache action="CLIENTCACHE" protocol="http://"
cachedirectory="http://127.0.0.1/websites/site/public/">

this improves percentage of times it appears than does not but at times the
image is still missing....

any thoughts on this would be greatly appreciated..

Thanks 

John McCosker

Derry Northern Ireland

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to