Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi
i Have Designed a Application in Which i wnat Page should Fit completely on the Screen on client so for this i Have used CSS class And Applied the class to Div. in CSS Class i Have written

CSS
#FullScreen
{
    position:fixed;
    top:20;
    left:20;
    width:100%;
    height:100%;
}

this Class i have Applied to MasterPage
this Code Works Fine in all the Pages but my Page in Which i have USed CollapsablePaneExtender, those Connent Pages Wont Display Even My MAster page also Wont display, Full Screen Disappers , Can Any one Help Me how to over come from this Problem


Thanks In Advance :-)


Regards
Diler Patel
Posted
Comments
Sandeep Mewara 21-Jun-12 8:58am    
May be your page with CollapsablePaneExtender has some design fault.
Diler Patel 23-Jun-12 1:21am    
hi sir design Faults like can u suggest me the common faults which freshers do

1 solution

XML
I dont know Why from CSS file its Not Applying

but when i wrote the same CSS file Code in Master Page Body

it Solved My Problem

everything is working fine.. .


<body style=";Height:100%; width:100%; position:Fixed;"></body>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900