height of "divCenter" is changing dynamically.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
11/4/2011 3:18:38 AM
Gravatar
Total Posts 5

height of "divCenter" is changing dynamically.

I have taken only Center & Right Panes for my page & placed two HTML contents in Center, One is gif image & other is some HTML. Text.The width of center pane can be controlled by CSS class but i don't know where is height being applied from!!.

using firebug i can see this :

element.style

{
    height: 1031px;
}

& following css classes : art-layout-cell, art-content, center-rightmargin, cmszone

Now above is the actual height that is applying for Center pane.

I've set height inline  , applied  my custom css class in "divCenter"  but no effect.

I've also considered the post : http://www.mojoportal.com/how-the-main-column-layout-works.aspx, but it did not help me.

 

please tell me what is happening.

i am getting very frustrated now.

11/7/2011 2:44:06 PM
Gravatar
Total Posts 18439

Re: height of "divCenter" is changing dynamically.

if the content inside the div is taller than the div then the div will grow no matter what height you set for it, unless you have overflow:hidden in which case it will not grow but you will not see all of the content if it is taller than the height.

please if you have further design questions post them in the design forum not the developer forum.

You must sign in to post in the forums. This thread is closed to new posts.