我有一个问题是我的 HTML 正文的宽度为1600px
.
我想要垂直滚动条到900px
.
当我缩放我的图像时,900px
它会缩放,但垂直滚动条也会超过900px
.
谢谢。
我有一个问题是我的 HTML 正文的宽度为1600px
.
我想要垂直滚动条到900px
.
当我缩放我的图像时,900px
它会缩放,但垂直滚动条也会超过900px
.
谢谢。
try with this
<div style="left:0px; position: absolute; top:0px ; overflow:hidden ; min-height:800px; min-width:1000px; max-width:500px; max-height:800px ">
<object data="Map3.svg" type="image/svg+xml" width="500" height="800" id="svgObj" style="background-color:#09C ; left:200px; position: absolute; top:0px ; overflow:hidden ; " >
<param name="src" value="Map2.svg">
</object>
</div>