There are two parts to this post - reply for both or either...
Firstly, is it POSSIBLE to force a browser to print when it hits a certain web page?
And before i get a hundred comments back about the evil world of screwing with a clients browser - this is for use in an Interactive Kiosk. Which needs to print as soon as a user hits a particular page (on the attached thermal printer).
Secondly - and the main point of this question...
I need to layer two images. The bottom image, needs to be sized, and the top, also needs to be sized.
Now, i previously have tried a 'div' tag, with a background property - BUT i cannot size the image within that tag. I want to layer WITHOUT css if possible, and because these images are part of a search result function - they cannot be aboslutely positioned.
Any ideas?