"Boris Zbarsky" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> So I have a few questions about this style="zoom:75%"
>
> 1)  What does it zoom?  (Text?  Anything in text-relative units?
>      Anything in any units?)

Anything inside the zoomed block.

<iframe src=....... style=zoom:50%>
<iframe>

Will even zoom the scroll bars

> 2)  What can it be appllied to?  (If I apply it to a paragraph will it
>      zoom only things in that paragraph and nothing else?

Yes.

Can be also interlocking

For example

<body style=zoom:200%>
This makes everything double the size

<div style=zoom:50%>
This makes everything normal size,
because 50% from 200% is 100%
</div>

Here again double size
</body>

> Will it zoom
>      everything in the document?

If in body, yes

Here my first experiment for the print out.
The Javascript variable dwif_use is checked by the documents
loaded in the IFRAMEs and instructs them to show only the content
and no navigation parts.

The dwif_pic="h" part of the dwif_use variable instructs the documents
to replace the pictures for the screen with pictures in high
resolution for a high quality print out.

It's to print 2 page content on one paper in landscape.

<html>
<head>
<title>Test print out</title>
</head>

<script>
dwif_use="print";
dwif_pic="h";
</script>

<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080"
alink="#ff0000">

<div style=position:absolute;zoom:75%;top:100;left:0>

<iframe src=index.htm width=632 height=700 frameborder=0>
</iframe>

</div>

<div style=position:absolute;zoom:75%;top:100;left:525>

<iframe src=energie-systeme/index.htm width=632 height=700 frameborder=0>
</iframe>

</div>

</body></html>


--
Roland M�sl
http://pege.org Clear targets for a confused civilization
http://BeingFound.com Web Design starts at the search engine





Reply via email to