Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26296

    I am trying to nest an absolute div inside a relative in order to have the text in absolute flow up from the bottom of the absolute. The following HTML displays fine (the way I want it) in IE & FF, but the text renders on top of the box on the PDF output from PD4ML. Any help/suggestions?
    [language=xml:1uicm7q5]


    Box Test


    this text goes
    on bottom


    [/language:1uicm7q5]

    #27658

    Currently PD4ML does not support bottom CSS property (http://pd4ml.com/css.htm). For absolute positioning only top and left can be used.

    In your particular case the needed positioning can be achieved without absolute positioning, just with the vertical align set to bottom

    #27660

    I’m not seeing how vertical-align: bottom would work in my situation. Can you provide a code sample that illustrates the desired effect _and_ prints to PDF as specified?

    thanks

    #27659

    You are right: it does not work with

    , but with

    it does:

    [language=xml:2uzpton6]

    Box Test


    this text goes
    on bottom


    [/language:2uzpton6]

    #27661

    which brings me back to my original table bug of not working on a td+td+td

    Any help/fixes would be appreciated.

    see: http://pd4ml.com/support/post411.html#p411

    #27662

    TD+TD+TD is fixed by v360b1

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.