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
Centrar Menu
Leandro M.   12 Jan, 2014, 2:54 pm
#1
Bueno, lo que quiero lograr es centrar el menu, osea, el texto, probe varios codigos pero no logro hacerlo.
[attachment=1488]
les dejo los codigos

Código PHP:
<?php 
#toplinks {
background: #1b1b1b url(images/portal2/toplinks.gif) top left repeat-x;
width: 100%;
color: #707070;
border: 1px solid #000;
margin: 0 auto;
-
moz-border-radius-topleft: 4px;
-
moz-border-radius-topright: 4px;
-
webkit-border-radius-topleft: 4px;
-
webkit-border-radius-topright: 4px;
-
border-radius-topright: 4px;
-
border-radius-topleft: 4px;
-
moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
-
webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
-
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
margin-top: -1px;
border-radius: 4px 4px 0 0;
text-transform: uppercase;
line-height: 45px;
text-align: left;
text-shadow: 0 -1px 0 #000;
height: 50px;
font-family: Arial, Verdana, Sans-Serif;
font-size: 14px;
font-weight: bold;
}

#toplinks ul {
margin: 0;
padding-left: 15px;
padding-top: 3px;
}

#toplinks ul li {
float: left;
margin-right: 20px;
list-
style: none;
}

#toplinks ul li a:link, #toplinks ul li a:active, #toplinks ul li a:visited {
color: #707070;
}

#toplinks ul li a:hover {
color: #b4b4b4;
border-bottom: 1px dashed #b4b4b4;
}



Código:
<div id="toplinks">
<div class="searchbox">
<form method="post" action="{$mybb->settings['bburl']}/search.php">
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" name="keywords" placeholder="Search..." class="searching" />
</form>
</div>
    <ul>
        <li><a href="{$mybb->settings['bburl']}">{$mybb->settings['bbname']}</a></li>
        <li><a href="{$mybb->settings['bburl']}/portal.php">Portal</a></li>
        <li><a href="{$mybb->settings['bburl']}/calendar.php">Calendar</a></li>
        <li><a href="{$mybb->settings['bburl']}/memberlist.php">Member List</a></li>
        <li><a href="{$mybb->settings['bburl']}/misc.php?action=help">Help</a></li>
    </ul>
</div>
bender   12 Jan, 2014, 6:06 pm
#2
Probaste cambiando los valores de ul li ?

Código PHP:
<?php 
#toplinks ul li {
margin:0 auto;
list-
style: none;
}
Leandro M.   12 Jan, 2014, 9:12 pm
#3
Si, pero no pasa nada
angeluz   12 Jan, 2014, 10:50 pm
#4
text-align: left;

Cambialo por center, si sigue igual prueba retirando el float: left del ul li...

Adiós
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.