Hi all
I've got a problem that seems logical, but isn't.
What I want to do is to import to a print stylesheet from within a
"normal" stylesheet. So, instead of declaring all the print rules
from within a @media print {} block, I'd declare:
@import url("print.css");. Except it doesn't work i
Hi all
I'm trying to position some generated content in FF and seem to be
finding it sadly lacking in its ability to do what I want it to. In
Opera and Safari, generated content can be positioned absolutely,
relatively, can be floated and all sorts, but none of this seems
possible in FF,