Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
ul i centriranje li-jeva

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
icon_e



Joined: 24 Dec 2006
Posts: 13
Location: Sisak

PostPosted: 08.02.2007 12:26    Post subject: ul i centriranje li-jeva Add user to your forum ignore list Reply with quote

Imam ul za horizontalnu navigaciju tipa:

Code:

<ul>
    <li><a href="#">MISIJA</a></li
    ><li><a href="#">VIZIJA</a></li
    ><li><a href="#">CILJEVI</a></li
    ><li><a href="#">POSLOVNA FILOZOFIJA</a></li
    ></ul>


CSS je:

Code:

 ul {
   width: 400px;
   height: 30px;
}
 li {
   list-style-type: none;
   padding-right: 2px;
   padding-left: 2px;
   float: left;
}


Na koji način centrirati li-jeve unutar tog ul-a?
Back to top
View user's profile Send private message Visit poster's website
lekke



Joined: 17 Jun 2004
Posts: 860
Location: 25th floor

PostPosted: 08.02.2007 13:08    Post subject: Add user to your forum ignore list Reply with quote

ne stavljaš širinu na ul nego na li
i li-ju još dodaš text-align

_________________
You need more bass.
Back to top
View user's profile Send private message
:cosmos:



Joined: 12 Sep 2003
Posts: 2098
Location: México

PostPosted: 08.02.2007 16:19    Post subject: Add user to your forum ignore list Reply with quote

istina, kako kaze lekke, to ne najbezbolnije rjesenje, i ja ga prakticiram kada mogu Smile
ali, posto vidim da si dodao
Code:
padding-right: 2px;
padding-left: 2px;

pretpostavljam da ne zelis fixnu sirinu liste, kasnije ces dodati jos dvije stavke pa ces morati mijenjati sirine.

evo par linkova pa baci oko google
Back to top
View user's profile Send private message Send e-mail Visit poster's website Twitter profile
Sulien



Joined: 04 Jan 2004
Posts: 2905
Location: Zagreb

PostPosted: 09.02.2007 14:57    Post subject: Add user to your forum ignore list Reply with quote

cssplay
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group