Hallo,
i try to set for all my ":left" pages an alternative layout.
What it means:
the default page layout contains two floating div-boxes.
the first box have a float:left and contains text. The second one also have a float:left and contains some images. So the text-box is left and the image box is right. (yes of course they have static width values )
Now i would like to have the text-container on the right side and the image-container on the left.
It´s possible to do it in the browser by setting the text-container float:left to float:right.
But..how can i set this changes only to left pages?
i tried
And also
But it don´t work. Is it possible do define this by css (or JavaScript?)
Thanks!
i try to set for all my ":left" pages an alternative layout.
What it means:
the default page layout contains two floating div-boxes.
the first box have a float:left and contains text. The second one also have a float:left and contains some images. So the text-box is left and the image box is right. (yes of course they have static width values )
Now i would like to have the text-container on the right side and the image-container on the left.
It´s possible to do it in the browser by setting the text-container float:left to float:right.
But..how can i set this changes only to left pages?
i tried
@page:left {
@bottom { ... }
@bottom-right-corner {...}
.textcontainer { float:right; ... }
}
And also
@page:left .textcontainer {
float:right;
}
But it don´t work. Is it possible do define this by css (or JavaScript?)
Thanks!
Sir, we are surrounded!
Excellent! Now we can attack in any direction.