Saldenieks Posted August 12, 2012 Report Share Posted August 12, 2012 (edited) Man ir tāda problēma, ka ir nepieciešams iecentrēt vai nu list objectus vai piemēram paragrāfa objektus div tagā, taču nezinu kā, jo centrēšana ar margin nestrādā un īsti nezinu kapēc CSS kods: .navbar{ background-image:url(../images/style/navbar.jpg); height:45px; margin-top:265px; position:absolute; width:100%; font-weight:bold; box-shadow:0px 10px 30px #888; } .navbar ul{ line-height:35px; margin:10px 0 0 10%; padding:0; clear:both; } .navbar ul li{ list-style:none; padding:0; float:left; display:block; width:14.82%; text-align:center; } .navbar ul li:hover, .navbar ul li.now{ background:#fff; border-radius:5px 5px 0 0; background-image:url(../images/style/maintop.jpg); opacity:0.5; } .navbar a{ display:block; } HTML kods: <div class="navbar"><div class="toCenter"> <ul> <li><a href="index.php">Par mums</a></li> <li class="now"><a href="products.php">Piedāvājums</a></li> <li><a href="worktime.php">Darbalaiks</a></li> <li><a href="prices.php">Cenrādis</a></li> <li><a href="contacts.php">Kontakti</a></li> <li><a href="howtofind.php">Kā mūs atrast</a></li> </ul> </div></div> Edited August 12, 2012 by Saldenieks Quote Link to comment Share on other sites More sharing options...
daGrevis Posted August 12, 2012 Report Share Posted August 12, 2012 `text-align: center;` P.S. Tur trūkst viens `</div>`! Quote Link to comment Share on other sites More sharing options...
Nils Graustiņš Posted August 12, 2012 Report Share Posted August 12, 2012 .toCenter{text-align:center;} Quote Link to comment Share on other sites More sharing options...
daGrevis Posted August 12, 2012 Report Share Posted August 12, 2012 Jā, to es jau teicu. :) Quote Link to comment Share on other sites More sharing options...
Saldenieks Posted August 12, 2012 Author Report Share Posted August 12, 2012 nu a ja vajag lai vertikāli iecentrējās? Quote Link to comment Share on other sites More sharing options...
daGrevis Posted August 12, 2012 Report Share Posted August 12, 2012 http://lmgtfy.com/?q=css+vertial+text+align Quote Link to comment Share on other sites More sharing options...
larvae Posted August 13, 2012 Report Share Posted August 13, 2012 Tad liec tabulā vai margin-top maini vai ziepes un šņore (maini layout) :) Rezumējot - taisi tā, lai vertikāli nav jācentrē un nejājies. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.