Closed
Bug 541914
Opened 15 years ago
Closed 15 years ago
The CSS @media print... page lanscape doesn't work
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 115199
People
(Reporter: psmacarov, Unassigned)
Details
(Keywords: css2, css3)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 GTB6 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 GTB6 (.NET CLR 3.5.30729)
When I try to automaticly rotate page by using CSS, such as
@media print{
@page landscape {size: landscape;
margin-left: 0.5cm;
margin-right: 0.5cm;
margin-top: 0.5cm;
margin-bottom: 0.5cm;
}
body {page:landscape;
nothing happens.
And i try do it by another way, it's all did not work! How i can to automaticly rotate page to Landscape before print
Reproducible: Always
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•