在Chrome浏览器中加载网格/列表的问题 [英] problem loading grid / list in chrome browser

查看:140
本文介绍了在Chrome浏览器中加载网格/列表的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到服务器控制问题所有控件绑定在页面加载但是在谷歌chrome中运行我的项目后没有显示。但是如果我在其他浏览器上运行我的项目它正常工作所有页面上的控件都显示为网格\ list和所有其他控件但在chrome无控件显示的情况下。

解决方案

如果您的页面在其他浏览器中正常工作,我相信它是相关的CSS样式。



检查是否有任何CSS写入定位如

  position: absolute; 





  position: relative; 



尝试评论/删除它们。如果控件现在可见,则表示您必须调整已提及这些属性的部分的位置。



希望,它有帮助:)


你能否在这里发布你的HTML标记代码。



-Bhavik Chaudhari


亲爱的Suvendu Shekhar Giri

我试过这个但是因为css没有问题。


I Have facing a problem with server control all control bind on page load but it is not show after run my project in google chrome.But if i run my project on other browser it's working properly all control on page is show like Grid\list and all other control but in the case of chrome nobody control show.

解决方案

If your page works fine in other browsers, I am sure that it is related to CSS styling.

Check if there is any CSS written for positioning like

position: absolute;


or

position: relative;


Try commenting/removing those. If controls are now visible, it means you have to adjust the position of the sections for which you have mentioned these properties.

Hope, it helps :)


Can you please post your HTML markup code here.

-Bhavik Chaudhari


Dear Suvendu Shekhar Giri
I m trying this but there is no problem due to css.


这篇关于在Chrome浏览器中加载网格/列表的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆