How to solve diffrent screen resolution
I have a different asp.net web form with controls css width height in %. But i still开发者_如何学编程 have a problem with the design. CSS .contentPanel{ padding:10px; overflow:auto; height: 80%; width: 100%; } I have table , textbox combobox ect inside the "contentpanel" div. i have here about jsquery can any get a link for tutorial
On second thought, I'll try reading your mind instead - you probably need an explicit height set on a parent container for cross-browser compatability with height:100%;
. I'm not sure if setting html/body
height:100%;
is enough for all browsers.
精彩评论