cmccully Posted January 5, 2007 Share Posted January 5, 2007 Hi, I have a page with gif images that have a transparent background. This page displays correctly with both Firefox and IE. However, when I print this page to paper Firefox ignores the transparency in the gifs.Anyone run accross this?The page will display and print properly in Firefox if I use png images instead. However, IE will not dispaly them. I could have 2 different versions of the page and display according to the browser used but I am hopeing for an easyer solution.cmccully Link to comment https://forums.phpfreaks.com/topic/32937-printing-transparent-gif-in-firefox/ Share on other sites More sharing options...
ToonMariner Posted January 5, 2007 Share Posted January 5, 2007 IE 7 has better png support...could you post a screen shot fo the site and describe how it differs in print? i.e. if print is ignoring the transparnecy what color is it printing? Link to comment https://forums.phpfreaks.com/topic/32937-printing-transparent-gif-in-firefox/#findComment-153442 Share on other sites More sharing options...
cmccully Posted January 5, 2007 Author Share Posted January 5, 2007 Here is a link to a page that demonstrates what I am talking about[url=http://66.245.241.43/test]http://66.245.241.43/test[/url]Attached are images of this page that have been printed[attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/32937-printing-transparent-gif-in-firefox/#findComment-153766 Share on other sites More sharing options...
ToonMariner Posted January 5, 2007 Share Posted January 5, 2007 normally browsers will ignore background images when printing.Although I notice you use a white image as a backgound - why?you have this image that is the size of the page - you don't need it - it doesn't make the div it is the backgorund maintain a size - backgounds just fill the space available if the image is bigger than teh div it just cuts off.img00003 and img00004 are the same - delete 00004 and just use 00003 twice.Printing from a browser is different for most pages. normally floated elements are ignored completely. Not sure about absolute positioning and what it deos with them.I personally would look into to creating a pdf on the - it looks liek you are producing a certificate - creating a pdf will ensure no matter what browser they use tehy will all get the same result. - and they can save the to their own pc if they like. Link to comment https://forums.phpfreaks.com/topic/32937-printing-transparent-gif-in-firefox/#findComment-153829 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.