ASP.NET自动设置水平滚动条居中
我正在使用 VS2010,C# 开发 ASP.NET Web 应用程序,我的页面包含宽图像,因此用户通常会看到水平滚动条,但我希望此滚动条自动水平居中,以便我的用户始终默认情况下查看图像和整个屏幕居中,有什么办法可以做到这一点吗?
谢谢
I'm using VS2010,C# to develop an ASP.NET web app, my page contains a wide image, so that users will usually see a horizontal scrollbar, but I want this scroll bar to be automatically placed centered horizontally so that my user always views the image and the whole screen in center by default, is there any way to do so?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个
Try This
检查这个...您需要为滚动条创建自定义脚本
自定义滚动条
Check this... you would need to create custom script for your scroll bar
Custom Scroll Bar