Click to See Complete Forum and Search --> : image desepears in print preview
gert cuykens
11-03-2004, 06:50 PM
Why does my ducky image disappear in print preview when i use
img.photo {
float:right;
margin-left:10px;
}
http://www.gert.easynet.be/cv/
Exuro
11-03-2004, 10:09 PM
You're talking about the duck right? It shows up just fine for me in Print Preview for IE6 and Firefox 1.0PR.
etrader_x11
11-03-2004, 10:41 PM
The reason you don't see the duck because your page size is too wide and it just doesn't fit into a standard 8.5"x11" size paper. Change the width of the page for the print out and you'll see it.
gert cuykens
11-04-2004, 07:30 AM
And how do you do that :D
i guessing something like this ?
@page pg {size: portrait; size:...px;}
gert cuykens
11-04-2004, 07:41 AM
And why does it not overwrite the margin-left setting ?
When i do this in print.css
img.photo {
float:right;
margin-left:10px;
}
It does 10px + 300px from all.css ?
gert cuykens
11-04-2004, 07:47 AM
lol when i do this it works ???
margin-left:-300px;