Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
¿Cómo poner el footer redondeado?
Páginas (4):    1 2 3 4   
wsoulrc   29 Oct, 2010, 4:05 am
#11
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!
nentab   29 Oct, 2010, 4:15 am
#12
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>
Hopper   29 Oct, 2010, 4:33 am
#13
Ostia, gracias por responder los dos pero...

Me queda así http://overload.es/index.php
nentab   29 Oct, 2010, 4:36 am
#14
Eso es porque pusiste el DIV dentro de otro... Ponlo al final de todo de todo del footer. Wink
Hopper   29 Oct, 2010, 4:40 am
#15
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.
nentab   29 Oct, 2010, 4:47 am
#16
Mmm... Igual hay algo suelto por ahí, prueba a añadir un </div> antes de lo del <div id="shadow_abajo"></div>.
Hopper   29 Oct, 2010, 4:50 am
#17
Vale, ya está. Pero ahora queda un cacho de shadow por debajo del footer xDD

www.overload.es
nentab   29 Oct, 2010, 4:55 am
#18
Me da que tienes eso bastante desordenado... xDDD

Añade un </div> más y ya debería de estar todo.
Hopper   29 Oct, 2010, 5:01 am
#19
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>
Maxii_mybb_import8095   29 Oct, 2010, 5:03 am
#20
Cambia de lugar el <div id="shadow_abajo"></div>, ponlo exactamente despues del <!-- End powered by -->
Páginas (4):    1 2 3 4   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.