Skip to main content
Participant
October 7, 2015
Answered

CFdocument not converting IMG with CSS overflow hidden - displays whole image

  • October 7, 2015
  • 2 replies
  • 754 views
  

    Title Text here   

  

series-amps.gif is 800px high by 16px wide. It is shifted to display the correct image slice with css background-position: 0 -50px; the overflow within the H4 tag (height 24px) is hidden with css overflow: hidden. works fine as html, but CFdocument's PDF output displays the full 800px high image, not positioned, nor overflow in H4 hidden. any ideas?

This topic has been closed for replies.
Correct answer EddieLotter

Unfortunately ColdFusion only supports limited CSS when converting to PDF.

The documentation for the cfDocument tag lists the supported CSS styles.

Cheers

Eddie

2 replies

Participant
October 7, 2015

thanks eddie, I thought that might be the case.

EddieLotter
EddieLotterCorrect answer
Inspiring
October 7, 2015

Unfortunately ColdFusion only supports limited CSS when converting to PDF.

The documentation for the cfDocument tag lists the supported CSS styles.

Cheers

Eddie