Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Oct 07, 2015 Oct 07, 2015
  

    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?

TOPICS
Advanced techniques
701
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , Oct 07, 2015 Oct 07, 2015

Unfortunately ColdFusion only supports limited CSS when converting to PDF.

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

Cheers

Eddie

Translate
Advocate ,
Oct 07, 2015 Oct 07, 2015

Unfortunately ColdFusion only supports limited CSS when converting to PDF.

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

Cheers

Eddie

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 07, 2015 Oct 07, 2015
LATEST

thanks eddie, I thought that might be the case.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources