Delphi  WebBrowser 显示滚动条的原因是web本身显示的滚动条所以要从html入手,下面代码兼容ie和firefox适用于xhtml。

html{
   border:0px;
   overflow: hidden;
}
body {
   border:0px;
   overflow: hidden;
}

把以上代码加入css文件即可。

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>