Div with a module shows and parses outside of container div - Joomla! Forum - community, help and support


i have div 2 divs inside. left div shows main content, right 1 sidebar. inside sidebar have 4 positions modules.

code: select all

<div class="main">
    <div class="content">
    </div>
    <div class="sidebar">
        module-position1
        module-position2
        module-position3
        module-position4
    </div>
</div>


i have module a, module b , module c. when put on spot 1, b on 2 , c on 3 c shown outside sidebar div.

the code firebug shows is:

code: select all

<div class="main">
    <div class="content">
    </div>
    <div class="sidebar">
        <div class="modulea"></div>
        <div class="moduleb"></div>
    </div>
    <div class="modulec"></div>
</div>

really weird. have looked template countless times module placeholders in right place. when put module on 1, c on 2 , b on 3 looks way should be!

code: select all

<div class="main">
    <div class="content">
    </div>
    <div class="sidebar">
        <div class="modulea"></div>
        <div class="moduleb"></div>
        <div class="modulec"></div>
    </div>
</div>


all modules standard joomla modules of have altered /tmpl/default.php add divs styling purposes.

i don't know anymore. have idea might be?

assuming using css , floating divs? search on google on nested divs , clearing. you'll find lots of information on this.

mark





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

PProHeadless.exe has stopped working error when opening projects in Adobe Media Encoder CS6

Preconditions Failed. - Joomla! Forum - community, help and support