Re: setting the height of a ContentPlaceHolder
Amanda Wang - MSFTHi,Sorry, we did not repro your problem, below is our test master page, the scroll bar work fine at the render time:<%@ Master Language="C#" AutoEventWireup="true"...
View ArticleRe: setting the height of a ContentPlaceHolder
Hi,Dexe I thought it was an ASPX problem but i have tried in pure HTML and it seems that it does not work either.You can also post the issue to our Connect feedback portal. Our developer will evaluate...
View ArticleRe: setting the height of a ContentPlaceHolder
Hi,there is a css 3.0 property that you could use to stop the vertical scroll bars from showing set.class{ overflow-y: hidden;}
View ArticleRe: setting the height of a ContentPlaceHolder
i think there must be a possible solution to ur problem try by setting the height of bady and form to 100% then may be u can achieve the % height
View ArticleRe: setting the height of a ContentPlaceHolder
So what i understand is that there is no solution to my problem.I cannot have a correct vertical scrolling without setting a height in pixel to my <div>I thought it was an ASPX problem but i have...
View ArticleRe: setting the height of a ContentPlaceHolder
Hi,Dexe The horizontal scrolling is working fine, but the vertical scrolling is not. I repro this problem by using firefox and the opera, but the both the horizontal and vertical scrolls can dispaly on...
View ArticleRe: setting the height of a ContentPlaceHolder
It works fine with the width . But try to set the height to 80% you will see that it won't work : for exemple :My master page : <%@ Master Language="C#" AutoEventWireup="true"...
View ArticleRe: setting the height of a ContentPlaceHolder
Hi,Sorry, we did not repro your problem, below is our test master page, the scroll bar work fine at the render time:<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs"...
View ArticleRe: setting the height of a ContentPlaceHolderheifgh
@ Brucevde :In your example you are fixing a precise height to the <div> "content" in pixel : 60% of 600px (360pxiels).But what i am looking for is to set the height directly in %, so that it...
View ArticleRe: setting the height of a ContentPlaceHolderheifgh
In order to use a percentage for Height, the containing block/element must have a specific height. <div id="wrapper" style="height:600px;"> <div id="header"...
View Articlesetting the height of a ContentPlaceHolder
Good Day .I am currently designing a Web application with Microsoft Visual Studio. I am trying to resize a contentplaceholder in my master page.For design reasons I want to contain the...
View Article