Printing stacked transparent images? Is it possible?

Discussion in 'CSS' started by ScubaAddict, Jul 30, 2007.

  1. #1
    Is it possible to PRINT 3 stacked images?
    For example: Clock face, transparent hour hand, transparent minute hand (all different images).

    They are stacked to show the time:

    http://www.theteacherscorner.net/test.html

    I MUST find a way to print this page so it prints as you see it (with all 3 images). Is it possible? I can only get it to print out the hour hand.

    "Print background images/colors" browser settings do not seem to work.

    Thanks for ANY suggestions - I am going nuts.

    Addict
     
    ScubaAddict, Jul 30, 2007 IP
  2. +:::Spider25:::+

    +:::Spider25:::+ Peon

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you mean paper printing, you can use Internet Explorer, Firefox really doesn´t care about transparent images for printing. :)
     
    +:::Spider25:::+, Jul 30, 2007 IP
  3. ScubaAddict

    ScubaAddict Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I could not get it to 'print' (paper) with IE. It just prints the top image.

    Since I need to dynamically generate many clocks/times, I decided to use the GD and PHP to merge the graphics - imagecopymerge() - that works and prints. I was hoping to get it done using CSS, but I guess that is a hard limit of css.
     
    ScubaAddict, Jul 31, 2007 IP
  4. +:::Spider25:::+

    +:::Spider25:::+ Peon

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Well, I used IE7 and printed the three images together perfectly, but your solution seems more appropiated to me. :)
     
    +:::Spider25:::+, Aug 6, 2007 IP