飞天猫的博客|Fmore.net

Tag: Delphi 编程技巧

Delphi WebBrowser 利用CSS(XHTML)隐藏滚动条的技巧

by raio on 十一.08, 2008, under 编程小技 [代码]

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

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

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

Leave a Comment : more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Blogroll

A few highly recommended websites...