How to set a page's display monitor's settings
-
Hi... Can anybody tell me the solution for adjusting webpage's width and height programatically, according to computer's display settings. Thanks... Hemant Thaker
By: Hemant Thaker
-
Hi... Can anybody tell me the solution for adjusting webpage's width and height programatically, according to computer's display settings. Thanks... Hemant Thaker
By: Hemant Thaker
-
Hi... Can anybody tell me the solution for adjusting webpage's width and height programatically, according to computer's display settings. Thanks... Hemant Thaker
By: Hemant Thaker
hi Hemant Thaker, i think you are taking about different resolution problem. i also having this problem. but one solution i apply in my application that is firstly i create static 1024X768 resolution design and than get screen resolution through height and width. and than check where screen of client is > than 1024 or not. if greater than difference of that get and than add half of the differnce from left. so my page always in middle while screen size will be more than 1024 X 768 and less than scroll show bydefault. try this i think its helpful for you. its concept i use till if you got any good idea than please given me. thanks :-D