News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Joomla! module HTML slightly broken

Started by endi, May 14, 2007, 03:43:19 PM

Previous topic - Next topic

endi

I'm using the bridge 1.1.7 on J!1.0.12 and i've noticed a css positioning problem with your module.
After some research, i found that the mod_smf_login module sends its output wrapped in a <div class="module">.
On runtime, this gets wrapped inside a tree like

<div class="module">
  <div>
    <div>
      <div>
        <div class="module">


So, i think a module is meant to output its own html, unwrapped, since the framework takes care of putting divs aroud it. Two nested <div class="module">s can be a pain for a designer's css...
Check hxxp:www.settimovolley.com/index.php [nonactive] with something different from IE to see the bug. The other modules are behaving well because they are inside only one <div class=module>.

Advertisement: