Ah! It’s the image type.  Apparently CF11 doesn’t support .GIF images.  
If you convert the image to a JPEG it will work.  Just tested it locally and 
it went through with a JPG, but not with a GIF.

Jon


On February 20, 2015 at 5:45:42 PM, Les Mizzell ([email protected]) wrote:

On 2/20/2015 5:21 PM, Jon Clausen wrote:  
> Your background image uses a relative URL:  
>  
> background: url("img/pdfCARD.gif") left top no-repeat;  
> Have you tried it with an absolute URL? or, alternately, using CSS box 
> shadow:  
>  
> .PDFCARD{  
> box-shadow: 3px 3px 2px #333333;  
> }  
>  

Switched to the following in the CSS for both files:  

background:  
url("http://www.internationalhelpers.co.gg/test/img/pdfCARD.gif";) left  
top no-repeat;  

PDF version - no difference.  
http://www.internationalhelpers.co.gg/test/pdf.cfm  

I have the background attribute enabled in my cfdocument tag as well:  
<cfdocument format="pdf" backgroundvisible="yes">  

I'd LOVE to be able to do this with just CSS and without the background  
image, but the designer/project manager will settle for nothing else  
than the background image. His theory ..."it WAS working, there's no  
reason you can't get it to work exactly as it was before again".  



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360143
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to