mosMainBody resize - Joomla! Forum - community, help and support


hi,

i'm new joomla , began experiment new template. followed guide on joomla website, somehow i've done can't find solution for. when login regular user , want change "my details" seems half of page disappears right , i'm not able click on either "save" or "cancel".

i believe it's problem mainbody.

the code looks this:

code: select all

#main-body {

   float:left;

   width:79%;

   background: none;
   font-size: 0.9em;


}
#sidebar {

   float:left;

   width:30%;
   height: 500px;

   background: none;

   overflow:hidden;

}

#content {

   float:right;

   width:70%;

   overflow:hidden;



}
#sidebar-2 {

   float:right;

   width:21%;

   overflow:hidden; /*for ie compatibility*/

   margin-left:-3px; /*for ie compatibility*/
   padding: 0px 2px 0px 0px;
   overflow: hidden;


}
 


thanks help

do have link or maybe screenie can see mean?





Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'