1) en la plantilla, en el fotoer tienes que poner

<div id="shadow_abajo"></div> en el footer al final para que te salga

2) el nombre del div seria #shadow_abajo, dado que con # indicas que es una id y con .que es una clase Smile saludos!
El css sería:

Código:
#shadow_abajo {
  background: url(LINK DE LA IMAGEN) top left no-repeat;
  width: 980px;
  height: 30px;
  margin: auto auto;
}

Y el div para poner al final del footer sería:

Código:
<div id="shadow_abajo"></div>
Eso es porque pusiste el DIV dentro de otro... Ponlo al final de todo de todo del footer. Wink
Cita:<br />
<div class="bottommenu">
<div class="float_right">{$lang_select}</div>
<div>
<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
</div>
</div>
</div>
<hr class="hidden" />
<div id="copyright">
<div id="debug"><debugstuff></div>
<!-- MyBB is free software developed and maintained by a volunteer community.
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,
you may be refused support on the MyBB Community Forums.

This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>. <a href="http://www.soportemybb.com/" target="_blank" title="Soporte MyBB"><b>Soporte MyBB</b></a>
<br />
Web creada por David "Hopper" Jimenez.

<!-- End powered by -->
<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>
</div>
<div id="shadow_abajo"></div>

Está solo abajo del todo :S
Última modificación: 29 Oct, 2010, 4:40 am por Mauricio.
Mmm... Igual hay algo suelto por ahí, prueba a añadir un </div> antes de lo del <div id="shadow_abajo"></div>.
Vale, ya está. Pero ahora queda un cacho de shadow por debajo del footer xDD

www.overload.es
Me da que tienes eso bastante desordenado... xDDD

Añade un </div> más y ya debería de estar todo.
Nada, se me sube el shadow encima del footer mira, te dejo mi footer:
Código:
<br />
            <div class="bottommenu">
                <div class="float_right">{$lang_select}</div>
                <div>
                    <span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
                </div>
            </div>
            </div>
        <hr class="hidden" />
            <div id="copyright">
                <div id="debug"><debugstuff></div>
                <!-- MyBB is free software developed and maintained by a volunteer community.
                     It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
                     to show your support for MyBB.  If you choose to remove or modify the copyright below,
                     you may be refused support on the MyBB Community Forums.
                    
                     This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.  <a href="http://www.soportemybb.com/" target="_blank" title="Soporte MyBB"><b>Soporte MyBB</b></a>
<br />
Web creada por David "Hopper" Jimenez.

                <!-- End powered by -->
                <br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
        </div>
        </div>
</div></div><div id="shadow_abajo"></div>
Cambia de lugar el <div id="shadow_abajo"></div>, ponlo exactamente despues del <!-- End powered by -->