Save as Web Page: how to force graphic to not scale

I

Irene

I'm trying to create a web page where the graphic is a fixed size and doesn't
scale as the web page is resized. I've tried modifying the autogenerated VML
in vml_1.htm, but it doesn't work according to the VML spec, so I'm thinking
that vml_1.js does some additional changes.

I tried changing the style attribute to use position:fixed in order to force
the graphic to the upper left (this works), and then tried changing the width
and height. While in a plain VML file, this height and width controls all the
pieces in the group, in this autogenerated code, it doesn't.

The autogenerated VML:
<div id="VMLDiv" >
<v:group id="ConvertedImage"
style="width:4.000000in;height:4.000000in;position:absolute;visibility=hidden;" coordSize="2000,2000" coordOrigin="-1000,-1000" >

<v:shapetype
id="VISSHAPE"
target="_parent"
coordsize="2000,2000"
coordorigin="-1000,-1000"
stroked="f"
strokecolor="red"
filled="t"<v:fill opacity="0.0"/>
</v:shapetype>
<v:shape
style="top:-1000.0;left:-1000.0;width:2000.0;height:2000.0;position:absolute"
coordSize="2000,2000" coordOrigin="-1000,-1000" >
<v:imagedata src="vml_1.emz"/>
</v:shape>
</v:group>
</div>

Any insights into what's going on would be much appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top